From 2fe3b4972f02be8b0c6143325d541ddda4b91559 Mon Sep 17 00:00:00 2001 From: vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:44:29 +0200 Subject: Initial version --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.example (limited to '.env.example') 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" -- cgit v1.2.3