diff --git a/Sources/App/configure.swift b/Sources/App/configure.swift index 90ed126..784a671 100755 --- a/Sources/App/configure.swift +++ b/Sources/App/configure.swift @@ -4,7 +4,7 @@ var keyManager: KeyManagement! // configures your application public func configure(_ app: Application) throws { - app.http.server.configuration.port = 10000 + app.http.server.configuration.port = 6003 let storageFolder = URL(fileURLWithPath: app.directory.resourcesDirectory) let keyFile = storageFolder.appendingPathComponent("device.key")