-
Notifications
You must be signed in to change notification settings - Fork 9
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
source .env
into .environment
?
#128
Comments
I don't think that's a good idea - most of the projects I've seen have This might be a breaking change and potentially hard to debug as this will override any variables set through the UI or elsewhere. What do you think? |
Since we're discussing
in the project config file so this The reasoning for my suggestion is that many projects use
which then flask uses to know which module to load at We have a similar issue with laravel to the point that the laravel-bridge was built to make things smoother. I have a couple of thoughts on how we could tackle this:
|
Working on the flask framework quickstart and using it to test (platform|upsun)ify.
Flask (as well as several of the other frameworks) support, and possibly come with, a
.env
file. Does it make sense for us tosource
this file in our generated.environment
file if a.env
file exists?The text was updated successfully, but these errors were encountered: