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
|
### 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue