From 55c5f475e6445f7659216b534fda72673ed9be18 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Mon, 1 Apr 2019 10:35:06 +0200 Subject: [PATCH] added documentation for APP_BASE env var --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bccb848..8917fcf 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Passbolt docker image provides several environment variables to configure differ | 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 | | DATASOURCES_DEFAULT_HOST | Database hostname | localhost | | DATASOURCES_DEFAULT_PORT | Database port | 3306 |