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