feat: Updates environment variables and datbase to allow postgres configuration for production environments.
All checks were successful
CI / Linux Tests (push) Successful in 6m39s

This commit is contained in:
2026-02-03 09:41:31 -05:00
parent bad4a49f41
commit 3cc7fe9926
11 changed files with 202 additions and 101 deletions

View File

@@ -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()