Step 2. Ensure the file has not been corrupted by verifying its shasum
$ sha512sum -c docker-compose-ce-SHA512SUM.txt
`sha512sum -c docker-compose-ce-SHA512SUM.txt`
Must return:
@ -64,6 +64,7 @@ Update this variable with the server name you plan to use. You will find at the
You must configure also SMTP settings to be able to receive notifications and recovery emails. Please find below the most used environment variables for this purpose:
Variable name Description Default value
```
EMAIL_DEFAULT_FROM_NAME From email username 'Passbolt'
EMAIL_DEFAULT_FROM From email address 'you@localhost'
EMAIL_TRANSPORT_DEFAULT_HOST Server hostname 'localhost'
@ -71,19 +72,22 @@ EMAIL_TRANSPORT_DEFAULT_PORT Server port 25
EMAIL_TRANSPORT_DEFAULT_USERNAME Username for email server auth null
EMAIL_TRANSPORT_DEFAULT_PASSWORD Password for email server auth null
EMAIL_TRANSPORT_DEFAULT_TLS Set tls null
```
For more information on which environment variables are available on passbolt, please check the passbolt environment variable reference.