added oc monitor cwd to conf for better handling of filesé

This commit is contained in:
pb
2024-08-13 17:19:25 +02:00
parent edf82c595f
commit 99bdc1b784
3 changed files with 19 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ type Config struct {
OcCatalogUrl string
MongoUrl string
Database string
MonitorDir string
}
var instance *Config