oc-peers/models/workflow.go
2024-07-11 15:40:34 +02:00

13 lines
141 B
Go

package models
import (
"fmt"
"oc-workflow/conf"
)
func init() {
c := conf.GetConfig()
// configure storage
fmt.Println(c.MongoUrl)
}