1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

updated environment documentation

This commit is contained in:
Sylvain 2022-03-08 15:53:28 +01:00
parent d65a7940b5
commit cae79b5d5b
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# Changelog Fab-manager
- Fix a bug: a sentence was not linked to a translation key
- Updated environment documentation
## v5.3.5 2022 March 02

View File

@ -278,13 +278,16 @@ Set this variable to `https://openprojects.fab-manager.com` if you want to use t
Typically, `DEFAULT_PROTOCOL` will be `https` (`http` if you are in development, or if you set `ALLOW_INSECURE_HTTP`).
The variable `DEFAULT_HOST` should be your domain name (eg. fabmanager.example.com), and is also used for visits statistics (configuration of Google Analytics).
These two variables are also used for SSO authentication.
<a name="OPENLAB_SSL_VERIFY"></a>
OPENLAB_SSL_VERIFY, OPENLAB_SSL_VERIFY_PEER
OPENLAB_SSL_VERIFY
Set this variable to `false` if you want to disable verify ssl certs.
Set this variable to `false` if you do not want to verify the OpenLab's server's certificate against the CA certificate.
<a name="OPENLAB_SSL_VERIFY_PEER"></a>
OPENLAB_SSL_VERIFY_PEER
Set this variable to `false` if you want to turn off the OpenLab's server's verification but still send client certificate.
<a name="other-settings"></a>
## Other settings