diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2019-08-14 07:57:56 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2019-08-14 07:57:56 -0400 |
| commit | 9df090b4d96d12e68b2353403cc6cc358581bf20 (patch) | |
| tree | 075ad2cc3eb0300b0fe7e5e14981daf1b0ad0e84 /doc/example.env | |
| parent | 48e7eb10f1bc06fb07b8b14c91b036a12fbe367d (diff) | |
doc: simplified how to use the base URL feature
Diffstat (limited to 'doc/example.env')
| -rw-r--r-- | doc/example.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/example.env b/doc/example.env index 37c9cfa..b73377c 100644 --- a/doc/example.env +++ b/doc/example.env @@ -10,6 +10,10 @@ BUILD_INFO=latest # otherwise the port specified here will be publicly accessible PORT=8080 +# URL base to run szurubooru under +# See "Additional Features" section in INSTALL.md +BASE_URL=/ + # Directory to store image data MOUNT_DATA=/var/local/szurubooru/data |