You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limiting user only to ENV is ... well, limiting. At the moment I can configure my sytem through either an ENV or a config json file (usually used locally for development as ENV get lost everytime you do vapor xcode) so now I can never start my app from xcode after I re-generate project.
I do have my own mechanisms to read ENV and having this separate just breaks the configuration unification of our product.
I am happy to implement whatever but would be awesome to hear some ideas about this first :)
The text was updated successfully, but these errors were encountered:
Limiting user only to ENV is ... well, limiting. At the moment I can configure my sytem through either an ENV or a config json file (usually used locally for development as ENV get lost everytime you do
vapor xcode
) so now I can never start my app from xcode after I re-generate project.I do have my own mechanisms to read ENV and having this separate just breaks the configuration unification of our product.
I am happy to implement whatever but would be awesome to hear some ideas about this first :)
The text was updated successfully, but these errors were encountered: