rpm-mcarman 2 anni fa
parent
commit
189e798053
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Sources/App/configure.swift

+ 1
- 1
Sources/App/configure.swift Vedi File

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


Caricamento…
Annulla
Salva