added documentation for APP_BASE env var

This commit is contained in:
Diego Lendoiro 2019-04-01 10:35:06 +02:00
parent 2e7652c221
commit 55c5f475e6
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ Passbolt docker image provides several environment variables to configure differ
| Variable name | Description | Default value | | Variable name | Description | Default value |
| ----------------------------------- | -------------------------------- | ------------------- | | ----------------------------------- | -------------------------------- | ------------------- |
| APP_BASE | it allows people to specify the base subdir the application is running in | null |
| APP_FULL_BASE_URL | Passbolt base url | false | | APP_FULL_BASE_URL | Passbolt base url | false |
| DATASOURCES_DEFAULT_HOST | Database hostname | localhost | | DATASOURCES_DEFAULT_HOST | Database hostname | localhost |
| DATASOURCES_DEFAULT_PORT | Database port | 3306 | | DATASOURCES_DEFAULT_PORT | Database port | 3306 |