From e34845ab2459f83d73008eed16d19ef9b1409bf0 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Mon, 25 Dec 2023 19:05:27 +0100 Subject: [PATCH] Add comment --- Sources/App/Config.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sources/App/Config.swift b/Sources/App/Config.swift index 03e9284..214d40e 100644 --- a/Sources/App/Config.swift +++ b/Sources/App/Config.swift @@ -20,6 +20,11 @@ struct Config: Codable { /// Authentication tokens for remotes allowed to write let writers: [String] + /** + The folder where the data should be stored. + + If the folder is set to `nil`, then the `Resources` folder is used. + */ let dataDirectory: String? func customDataDirectory(or publicDirectory: String) -> URL {