diff --git a/Sources/App/configure.swift b/Sources/App/configure.swift index 4f35ac9..47656d6 100644 --- a/Sources/App/configure.swift +++ b/Sources/App/configure.swift @@ -7,6 +7,8 @@ var server: SQLiteDatabase! public func configure(_ app: Application) throws { let storageFolder = URL(fileURLWithPath: app.directory.resourcesDirectory) + app.http.server.configuration.port = 6002 + // Set target environment app.environment = .production