mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 05:56:07 +00:00
Reset config to default
This commit is contained in:
parent
438278e859
commit
1acb6f5df9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user