diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-06-19 17:44:29 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-06-19 17:44:29 +0200 |
commit | 2fe3b4972f02be8b0c6143325d541ddda4b91559 (patch) | |
tree | 5b430810b19e0c6b1112c601b9e64b9e9ec72c61 /.env.example |
Initial version
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 5 |
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" |