We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, 因为不想把密码储存在明文文件中,想请问下有没有某种方式可以实现 使用环境变量来填充密码?
{ "servers": [ { "address": "::", "port": 12345, "method": "chacha20-ietf-poly1305", "password": "$ENV.PASWORD", "mode": "tcp_and_udp", "fast_open": false, "timeout": 7200 } ] }
The text was updated successfully, but these errors were encountered:
"password": "${ENV.PASWORD}"
Sorry, something went wrong.
No branches or pull requests
Hello, 因为不想把密码储存在明文文件中,想请问下有没有某种方式可以实现 使用环境变量来填充密码?
{ "servers": [ { "address": "::", "port": 12345, "method": "chacha20-ietf-poly1305", "password": "$ENV.PASWORD", "mode": "tcp_and_udp", "fast_open": false, "timeout": 7200 } ] }The text was updated successfully, but these errors were encountered: