Add SERVER_ENV_CONFIG_SECRET alongside SERVER_ENV_CONFIG
Allows to isolate the secrets in your deployment
This commit is contained in:
parent
c83da6071c
commit
edbefe2162
|
|
@ -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
|
||||
``server_environment_files``. You can copy and customize the provided
|
||||
``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``.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue