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
.env by default contains only required settings you are free to override any other setting by adding it to .env you can find list of all settings in Config/Config.cpp
currently you have to change path in Core/Support/DotEnv/DotEnv.cpp to run this program
if you want to run it in IDE you need absolute path to project .env in DotEnv
if you want to run it as standalone executable you need relative path to .env in DotEnv
if you want to work with this program you can create .env in project root