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 = .{ pub const database = .{
.development = .{ .development = .{
.adapter = .postgresql, .adapter = .postgresql,
.username = "root", .username = "postgres",
.password = "root", .password = "postgres",
.hostname = "localhost", .hostname = "localhost",
.database = "jetzig_demo_dev", .database = "jetzig_demo_dev",
.port = 5432, // See `compose.yml` .port = 14173, // See `compose.yml`
}, },
// This configuration is used for CI // This configuration is used for CI
// in GitHub // in GitHub