Add comment
This commit is contained in:
parent
400753a9a2
commit
e34845ab24
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user