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
It's a very common practice to use a .env file to load server configuration instead of the config.json file, that being said, this issue suggests to add support to loading config from .env file.
Could you please clarify one question: Do you suggest that Drogon should adopt the INI file format in addition to JSON, or do you suggest that Drogon should support all configuration parameters via environment variables, and the .env file would be a means to an end for feeding the framework with variables?
It's a very common practice to use a
.env
file to load server configuration instead of theconfig.json
file, that being said, this issue suggests to add support to loading config from.env
file.an example
.env
file would be as followsthis's the equivalent of the
config.json
file created with new dragon project.The text was updated successfully, but these errors were encountered: