Change internal port
This commit is contained in:
parent
20fa7286ea
commit
f891087705
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user