aboutsummaryrefslogtreecommitdiff
path: root/maild.scfg
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-12 17:46:46 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-12 17:46:46 +0800
commita5a8b837da3297d7ade1b08ebb64540fcdb42a45 (patch)
tree5ff14c04bdc5e542a742b7bb7738bc95b8d0aafb /maild.scfg
parentAdd PostgreSQL schema (diff)
downloadmaild-a5a8b837da3297d7ade1b08ebb64540fcdb42a45.tar.gz
maild-a5a8b837da3297d7ade1b08ebb64540fcdb42a45.tar.zst
maild-a5a8b837da3297d7ade1b08ebb64540fcdb42a45.zip
Add default db configuration
Diffstat (limited to '')
-rw-r--r--maild.scfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/maild.scfg b/maild.scfg
index 373e640..1230559 100644
--- a/maild.scfg
+++ b/maild.scfg
@@ -10,3 +10,8 @@ tls {
cert /etc/tls/cert.pem
key /etc/tls/privkey.pem
}
+
+db {
+ type postgres
+ conn postgresql:///lindenii-maild?host=/var/run/postgresql
+}