compatibility with oclib update

This commit is contained in:
pb
2024-09-05 11:23:43 +02:00
parent 3d39455545
commit 3a7f3f6685
4 changed files with 31 additions and 10 deletions

View File

@@ -3,10 +3,14 @@ package conf
import "sync"
type Config struct {
MongoURL string
Database string
LokiURL string
NatsURL string
ExecutionID string
Timeout int
WorkflowID string
Logs string
}
var instance *Config