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
When you talk about env-configuration.json file. It's like prod-configuration.json and dev-configuration.json or only a single file with variables for each environment ?
How do you set this file ?
Need some specific keys inside ?
Do you have an example of config file ?
edit:
I just re read readme.
I supose this answer me: This will copy the file src/env-configuration/YOURENV.json to www/env-configuration.json
The text was updated successfully, but these errors were encountered:
Hi @movrack
Yes, exactly.
The file should be named env-configuration.json and be inside the www folder. It's your configuration, so you put any key you want, there is no specific key needed.
I will update the doc and add a more detailed explanation.
The Provider loads the env-configuration.json fil inside the www folder.
If you use the copy executable I made, you can make a configuration file for each of your environments. Just put it in the "src/env-configuration/" folder.
When you talk about env-configuration.json file.
It's like prod-configuration.json and dev-configuration.json or only a single file with variables for each environment ?How do you set this file ?
Need some specific keys inside ?
Do you have an example of config file ?
edit:
I just re read readme.
I supose this answer me:
This will copy the file src/env-configuration/YOURENV.json to www/env-configuration.json
The text was updated successfully, but these errors were encountered: