Reset config to default

This commit is contained in:
TheJltres 2025-05-03 11:04:29 +02:00
parent 438278e859
commit 1acb6f5df9
No known key found for this signature in database
GPG Key ID: FCF8AD4041800364

View File

@ -1,11 +1,11 @@
pub const database = .{
.development = .{
.adapter = .postgresql,
.username = "root",
.password = "root",
.username = "postgres",
.password = "postgres",
.hostname = "localhost",
.database = "jetzig_demo_dev",
.port = 5432, // See `compose.yml`
.port = 14173, // See `compose.yml`
},
// This configuration is used for CI
// in GitHub