summaryrefslogtreecommitdiff
path: root/example.env
diff options
context:
space:
mode:
Diffstat (limited to 'example.env')
-rw-r--r--example.env16
1 files changed, 16 insertions, 0 deletions
diff --git a/example.env b/example.env
new file mode 100644
index 0000000..25a6235
--- /dev/null
+++ b/example.env
@@ -0,0 +1,16 @@
+# 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
+PORT=8080
+
+# Directory to store image data
+MOUNT_DATA=/var/local/szurubooru/data
+
+# Directory to store database files
+MOUNT_SQL=/var/local/szurubooru/sql
+