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

Environment variables mislabeled as "cannot be overridden" #747

Closed
ZackKnopp opened this issue Sep 24, 2018 · 1 comment
Closed

Environment variables mislabeled as "cannot be overridden" #747

ZackKnopp opened this issue Sep 24, 2018 · 1 comment

Comments

@ZackKnopp
Copy link

Forgive me if this is the wrong place to raise this issue.

Documentation here states that the environment variable "NODE_ENV" cannot be overridden in google app engine standard environment for Node. However, the following yaml file successfully overrides the variable.

runtime: nodejs8
env_variables:
    NODE_ENV: development

Am I missing something?

@fhinkel
Copy link
Contributor

fhinkel commented Feb 28, 2019

👋 @ZackKnopp . Thanks for reporting the issue, looks like the docs are wrong, as NODE_ENV can be changed. I get this changed internally.

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

No branches or pull requests

2 participants