Add SERVER_ENV_CONFIG_SECRET alongside SERVER_ENV_CONFIG
Allows to isolate the secrets in your deployment
This commit is contained in:
parent
107ca7da9d
commit
5b977f8df5
|
|
@ -30,7 +30,7 @@ the incoming and outgoing mail servers depending on the environment.
|
||||||
You can store your configuration values in a companion module called
|
You can store your configuration values in a companion module called
|
||||||
``server_environment_files``. You can copy and customize the provided
|
``server_environment_files``. You can copy and customize the provided
|
||||||
``server_environment_files_sample`` module for this purpose. Alternatively, you
|
``server_environment_files_sample`` module for this purpose. Alternatively, you
|
||||||
can provide them in environment variable ``SERVER_ENV_CONFIG`` and
|
can provide them in environment variables ``SERVER_ENV_CONFIG`` and
|
||||||
``SERVER_ENV_CONFIG_SECRET``.
|
``SERVER_ENV_CONFIG_SECRET``.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue