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