summaryrefslogtreecommitdiff
path: root/internal/config/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/defaults.go')
-rw-r--r--internal/config/defaults.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go
index 323e5d622..cf3e7b449 100644
--- a/internal/config/defaults.go
+++ b/internal/config/defaults.go
@@ -34,11 +34,11 @@ var Defaults = Values{
TrustedProxies: []string{"127.0.0.1/32"}, // localhost
DbType: "postgres",
- DbAddress: "localhost",
+ DbAddress: "",
DbPort: 5432,
- DbUser: "postgres",
- DbPassword: "postgres",
- DbDatabase: "postgres",
+ DbUser: "",
+ DbPassword: "",
+ DbDatabase: "gotosocial",
DbTLSMode: "disable",
DbTLSCACert: "",