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
express
in env.ts, process.env is supposed to be loaded according to the supplied argument.
the existing service file does provide the arg:
ExecStart=/usr/bin/node /home/skuilder/api/express/src/app.js /home/skuilder/.env.production
... but the process in fact loads the default .env.development.local.
.env.development.local
The text was updated successfully, but these errors were encountered:
write to .env.development.local...
e5fa50f
temporary workaround for #258
No branches or pull requests
in env.ts, process.env is supposed to be loaded according to the supplied argument.
the existing service file does provide the arg:
... but the process in fact loads the default
.env.development.local
.The text was updated successfully, but these errors were encountered: