-
Notifications
You must be signed in to change notification settings - Fork 153
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
Consolidate to single .env #705
Conversation
@cadecairos – I'm guessing this might require some deployment tweaking? |
nope, this shouldn't affect the deployment - environments on Heroku are applied to the container automatically, not via FS |
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET= | ||
SOCIAL_AUTH_LOGIN_REDIRECT_URL=http://localhost:5000/soc/complete/google-oauth2/ | ||
|
||
# CSP config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does our env loader understand comments, since this isn't a bash-style source
call?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to. On the build system side it converts to JSON and just ignores comments as expected.
* consolidating env to single instance in root * domain tweak
* consolidating env to single instance in root * domain tweak
Closes #701