oc-deploy/src/occonst/variables.go

7 lines
144 B
Go
Raw Normal View History

2024-09-04 17:32:18 +02:00
package occonst
const ONLINE_URL = "https://cloud.o-forge.io"
const ONLINE_VERSION = "core/oc-deploy"
var OFFLINE_DIR = "../../offline"