diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2019-08-05 19:15:37 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2019-08-05 19:20:41 -0400 |
| commit | 48e7eb10f1bc06fb07b8b14c91b036a12fbe367d (patch) | |
| tree | 68c4b07a2b6ceaae55609ed11d30ad374b1e9289 /doc/example.env | |
| parent | 69922fccb68d65f4cabba03b04bb2c6b7c5acde6 (diff) | |
doc: moved documentation to a seperate folder
Diffstat (limited to 'doc/example.env')
| -rw-r--r-- | doc/example.env | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/example.env b/doc/example.env new file mode 100644 index 0000000..37c9cfa --- /dev/null +++ b/doc/example.env @@ -0,0 +1,18 @@ +# Database credentials +POSTGRES_USER=szuru +POSTGRES_PASSWORD=changeme + +# This shows up on the homescreen, indicating build information +BUILD_INFO=latest + +# Port to expose HTTP service +# Set to 127.0.0.1:8080 if you wish to reverse-proxy the docker's port, +# otherwise the port specified here will be publicly accessible +PORT=8080 + +# Directory to store image data +MOUNT_DATA=/var/local/szurubooru/data + +# Directory to store database files +MOUNT_SQL=/var/local/szurubooru/sql + |