Skip to content
New issue

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

Some env vars don't work #672

Closed
IljaN opened this issue Oct 9, 2020 · 2 comments · Fixed by #808
Closed

Some env vars don't work #672

IljaN opened this issue Oct 9, 2020 · 2 comments · Fixed by #808
Labels

Comments

@IljaN
Copy link
Member

IljaN commented Oct 9, 2020

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.

@LukasHirt
Copy link
Collaborator

PHOENIX_ASSET_PATH and PHOENIX_WEB_CONFIG are not working as well.

@exalate-issue-sync
Copy link

Alex Unger commented: adressed here #808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants