mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-15 06:26:07 +00:00
Set adapter to postgresql
This commit is contained in:
parent
f3788567bb
commit
22688ccaa3
@ -4,7 +4,7 @@ pub const database = .{
|
|||||||
.adapter = .null,
|
.adapter = .null,
|
||||||
},
|
},
|
||||||
.testing = .{
|
.testing = .{
|
||||||
.adapter = .null,
|
.adapter = .postgresql,
|
||||||
},
|
},
|
||||||
.production = .{
|
.production = .{
|
||||||
.adapter = .null,
|
.adapter = .null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user