feat: Updates environment variables and datbase to allow postgres configuration for production environments.
All checks were successful
CI / Linux Tests (push) Successful in 6m39s
All checks were successful
CI / Linux Tests (push) Successful in 6m39s
This commit is contained in:
@@ -15,7 +15,7 @@ func withDatabase(
|
||||
) async throws {
|
||||
let app = try await Application.make(.testing)
|
||||
do {
|
||||
try await configure(app)
|
||||
try await configure(app, in: .live())
|
||||
let database = app.db
|
||||
try await app.autoMigrate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user