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
Ideally, for config keys/values defined in that additional-config dir, they'd be used by NC -- both at install-time, if preexisting, as well as runtime.
For NC installs, configs are in
That's INSIDE server webroot.
On install, it's populated with secure credentials -- including 'secret', 'passwordsalt', 'dbuser' & 'dbpassword'.
Yes, config files can be excluded from webserver view & ignored by git.
That's subject to 'unfortunate mistakes'.
and, yes, injecting ENV vars is available
but having params floating around in ENV is not uniquely ideal; e.g. discussion at
It'd be useful, at least, to be able to specify an additional config dir outside of webroot.
Perhaps (just) as an option to a cmd-line install, e.g.
Ideally, for config keys/values defined in that additional-config dir, they'd be used by NC -- both at install-time, if preexisting, as well as runtime.
So, e.g, if
NC would use/write those values ONLY in that file, and not populate them in (webroot)server/config/*
The text was updated successfully, but these errors were encountered: