From 457dc11945a4a6466929cffd979e37db65ddb283 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Sun, 1 May 2022 13:42:44 +0200 Subject: [PATCH] Fix file path --- Sources/App/Config.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/App/Config.swift b/Sources/App/Config.swift index 54f7090..efe47f3 100644 --- a/Sources/App/Config.swift +++ b/Sources/App/Config.swift @@ -6,7 +6,7 @@ struct Config { static let port = 6003 /// The name of the file in the `Resources` folder containing the device authentication token - static let keyFileName = "deviceKey" + static let keyFileName = "keys" /// The seconds to wait for a response from the device static let deviceTimeout: Int64 = 20