wordsmithing

This commit is contained in:
Diego Lendoiro 2017-07-31 10:47:10 +01:00
parent 84b0f8cede
commit eacbf5aafb
1 changed files with 17 additions and 17 deletions

View File

@ -67,14 +67,14 @@ Passbolt docker image provides several environment variables to configure differ
### App file variables ### App file variables
* FINGERPRINT: GnuPG fingerprint * FINGERPRINT: GnuPG fingerprint
* REGISTRATION: defines if users can register * REGISTRATION: Defines if users can register
* SSL * SSL: Forces passbolt to redirect to SSL any non-SSL request
### Core file variables ### Core file variables
* SALT * SALT: a random string used by cakephp in security hashing methods
* CIPHERSEED * CIPHERSEED: a random string used by cakephp to encrypt/decrypt strings
* URL: url of the passbolt installation * URL: URL of the passbolt installation (defaults to example.com)
### Database variables ### Database variables