wordsmithing
This commit is contained in:
parent
84b0f8cede
commit
eacbf5aafb
10
README.md
10
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue