@@ -3,16 +3,19 @@ HOSTNAME=localhost
33HTTP_PORT = 80
44HTTPS_PORT = 443
55SSL_ENABLED = false
6- SSL_CERT_FILE = # must be located in ./certs, defaults to "<hostname>.pem"
7- SSL_KEY_FILE = # must be located in ./certs, defaults to "<hostname>.key"
6+ # must be located in ./certs, defaults to "<hostname>.pem"
7+ SSL_CERT_FILE =
8+ # must be located in ./certs, defaults to "<hostname>.key"
9+ SSL_KEY_FILE =
810
911INITIAL_ROOT_PASSWORD = root
1012INITIAL_ROOT_MAIL = root@code0.tech
11- INITIAL_RUNTIME_TOKEN = # can be used to create a global runtime with given token
13+ # can be used to create a global runtime with given token
14+ INITIAL_RUNTIME_TOKEN = runtime
1215
1316# Runtime config
1417AQUILA_SAGITTARIUS_URL = http://nginx:80
15- AQUILA_SAGITTARIUS_TOKEN =
18+ AQUILA_SAGITTARIUS_TOKEN = runtime
1619DRACO_REST_PORT = 8084
1720DRACO_REST_HOST = 127.0.0.1
1821
@@ -27,21 +30,27 @@ COMPOSE_PROFILES=ide,runtime,ide_velorum
2730# Image config
2831IMAGE_REGISTRY = registry.gitlab.com/code0-tech/packages
2932IMAGE_TAG =
30- IMAGE_EDITION = # ce or ee
33+ # ce or ee
34+ IMAGE_EDITION =
3135
3236# Velorum config
3337# VELORUM_ENABLED=false (override, default checks if COMPOSE_PROFILES contains ide_velorum)
3438VELORUM_HOST = velorum
3539VELORUM_PORT = 50051
36- VELORUM_JWT_SECRET = 088cfc7a7fc2b07696d8ee5e1ea9d642 # change to a random value
40+ # change to a random value
41+ VELORUM_JWT_SECRET = 088cfc7a7fc2b07696d8ee5e1ea9d642
3742
3843# example, GPT5 in the variable name can be changed to other values. This set of variables can be repeated multiple times
3944# VELORUM_MODEL_GPT5_IDENTIFIER=gpt-5
40- # VELORUM_MODEL_GPT5_NAME=GPT 5
45+ # VELORUM_MODEL_GPT5_NAME=' GPT 5'
4146# VELORUM_MODEL_GPT5_CAPABILITIES=explain,generate
42- # VELORUM_MODEL_GPT5_API= # if using a non-default base-url
43- # VELORUM_MODEL_GPT5_PROVIDER=openai/gpt-5 # or openrouter/openai/gpt-5, etc depending on the provider
44- # VELORUM_MODEL_GPT5_AUTH= # authentication token
47+ # if using a non-default base-url
48+ # VELORUM_MODEL_GPT5_API=
49+ # or openrouter/openai/gpt-5, etc depending on the provider
50+ # VELORUM_MODEL_GPT5_PROVIDER=openai/gpt-5
51+ # authentication token
52+ # VELORUM_MODEL_GPT5_AUTH=your-secret-token
53+ # token cost multiplier for this model
4554# VELORUM_MODEL_GPT5_TOKEN_COST=1
4655
4756# Internal config options
0 commit comments