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
Configuration files live in `config/defaults/`. The `development.js` file is the base; other files in that folder override it.
115
115
116
-
Environment variables prefixed with `WAOS_NODE_` are merged on top (`WAOS` is a legacy prefix kept for compatibility). The variable path maps directly to the config object key:
116
+
Environment variables prefixed with `NODE_` are merged on top . The variable path maps directly to the config object key:
0 commit comments