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
There might be some kind of regression / systemic issue with configuration, In this case one argument is not picked up within the accounts-service:
~/c/o/accounts:λ bin/accounts server --grpc-addr=localhost:9998 --http-addr 0.0.0.0:9999 2020-10-09T10:39:03+02:00 INF Starting server addr=0.0.0.0:9999 service=accounts transport=http 2020-10-09T10:39:03+02:00 INF Starting server addr=0.0.0.0:9180 service=accounts transport=grpc <----
But passing it as an env-var works:
env ACCOUNTS_GRPC_ADDR=localhost:9998 bin/accounts server --http-addr 0.0.0.0:9999 2020-10-09T10:40:36+02:00 INF Starting server addr=0.0.0.0:9999 service=accounts transport=http 2020-10-09T10:40:36+02:00 INF Starting server addr=localhost:9998 service=accounts transport=grpc
Also observed some other env variable not working in the past few days.
The text was updated successfully, but these errors were encountered:
PHOENIX_ASSET_PATH and PHOENIX_WEB_CONFIG are not working as well.
PHOENIX_ASSET_PATH
PHOENIX_WEB_CONFIG
Sorry, something went wrong.
Alex Unger commented: adressed here #808
Successfully merging a pull request may close this issue.
There might be some kind of regression / systemic issue with configuration, In this case one argument is not picked up within the accounts-service:
But passing it as an env-var works:
Also observed some other env variable not working in the past few days.
The text was updated successfully, but these errors were encountered: