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
* FINGERPRINT: GnuPG fingerprint
* REGISTRATION: defines if users can register
* SSL
* REGISTRATION: Defines if users can register
* SSL: Forces passbolt to redirect to SSL any non-SSL request
### Core file variables
* SALT
* CIPHERSEED
* URL: url of the passbolt installation
* SALT: a random string used by cakephp in security hashing methods
* CIPHERSEED: a random string used by cakephp to encrypt/decrypt strings
* URL: URL of the passbolt installation (defaults to example.com)
### Database variables