File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,20 +6,25 @@ SSL_ENABLED=false
66SSL_CERT_FILE = # must be located in ./certs, defaults to "<hostname>.pem"
77SSL_KEY_FILE = # must be located in ./certs, defaults to "<hostname>.key"
88
9- INITIAL_ROOT_PASSWORD = root
9+ INITIAL_ROOT_PASSWORD = BWjDE-hA_m95
1010INITIAL_ROOT_MAIL = root@code0.tech
11+ INITIAL_RUNTIME_TOKEN = # can be used to create a global runtime with given token
1112
1213# Runtime config
1314AQUILA_SAGITTARIUS_URL = http://nginx:80
1415AQUILA_SAGITTARIUS_TOKEN =
1516DRACO_REST_PORT = 8084
1617
18+ TAURUS_AQUILA_TOKEN = taurus
19+ DRACO_REST_AQUILA_TOKEN = draco-rest
20+ DRACO_CRON_AQUILA_TOKEN = draco-cron
21+
1722# Active services
1823COMPOSE_PROFILES = ide,runtime
1924
2025# Image config
2126IMAGE_REGISTRY = registry.gitlab.com/code0-tech/packages
22- IMAGE_TAG = 0.0.0-canary-2356067148-c06e576791513b10dbcb10aa3b0420b87178a205
27+ IMAGE_TAG = 0.0.0-canary-2479774825-5f30e1cf348478a20d0d708f31e863f5e521b368
2328IMAGE_EDITION = # ce or ee
2429
2530# Internal config options
You can’t perform that action at this time.
0 commit comments