save rpgoress, not working

This commit is contained in:
2023-11-28 10:23:21 +01:00
parent bf5e2c3a49
commit 3094cf9cd4
2 changed files with 20 additions and 0 deletions

View File

@ -21,6 +21,9 @@ type ConfigT struct {
DatabaseConnStr string `json:"databaseConnStr"`
Attributes map[string]string `json:"attributes"`
} `json:"handlers"`
Archiver struct {
Dir string `json:"dir"`
}
}
var Config ConfigT