aboutsummaryrefslogtreecommitdiff
path: root/forge.scfg
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-12 00:03:17 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-12 00:03:17 +0800
commit7813db6cf248d0c17222ff0d3030bb78950b070b (patch)
tree43594786475ffddadf5e6d8c93b787580522606a /forge.scfg
parent_repo_header.html: Add /g/ (diff)
downloadforge-7813db6cf248d0c17222ff0d3030bb78950b070b.tar.gz
forge-7813db6cf248d0c17222ff0d3030bb78950b070b.tar.zst
forge-7813db6cf248d0c17222ff0d3030bb78950b070b.zip
config.go, etc.: Add PostgreSQL
Diffstat (limited to '')
-rw-r--r--forge.scfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/forge.scfg b/forge.scfg
index d55c24d..b414410 100644
--- a/forge.scfg
+++ b/forge.scfg
@@ -3,6 +3,11 @@ http {
addr :8080
}
+db {
+ type postgres
+ conn postgresql:///lindenii-forge?host=/var/run/postgresql
+}
+
git {
root /srv/git
}