|
|
|
@@ -24,7 +24,7 @@ public func configure(_ app: Application) async throws { |
|
|
|
username: Environment.get("DATABASE_USERNAME") ?? "mcarman", |
|
|
|
password: Environment.get("DATABASE_PASSWORD") ?? "@ng31F@rm0823262", |
|
|
|
database: Environment.get("DATABASE_NAME") ?? "cm", |
|
|
|
tls: .prefer(try .init(configuration: .clientDefault))) |
|
|
|
tls: .disable) |
|
|
|
), as: .psql) |
|
|
|
|
|
|
|
let timeout = HTTPClient.Configuration.Timeout(connect: .seconds(300), read: .seconds(300) ) |
|
|
|
|