aboutsummaryrefslogtreecommitdiff
path: root/forge.scfg
diff options
context:
space:
mode:
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
}