Add comment

This commit is contained in:
Christoph Hagen 2023-12-25 19:05:27 +01:00
parent 400753a9a2
commit e34845ab24

View File

@ -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 {