aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..7bf7f89
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,5 @@
+## If the database is distant
+#DBSTRING="postgresql://localhost/chan"
+
+## If the database is on the same computer
+# DBSTRING="dbname=chan host=/tmp"