@@ -3,8 +3,10 @@ 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
@@ -28,21 +30,27 @@ COMPOSE_PROFILES=ide,runtime,ide_velorum
2830# Image config
2931IMAGE_REGISTRY = registry.gitlab.com/code0-tech/packages
3032IMAGE_TAG =
31- IMAGE_EDITION = # ce or ee
33+ # ce or ee
34+ IMAGE_EDITION =
3235
3336# Velorum config
3437# VELORUM_ENABLED=false (override, default checks if COMPOSE_PROFILES contains ide_velorum)
3538VELORUM_HOST = velorum
3639VELORUM_PORT = 50051
37- VELORUM_JWT_SECRET = 088cfc7a7fc2b07696d8ee5e1ea9d642 # change to a random value
40+ # change to a random value
41+ VELORUM_JWT_SECRET = 088cfc7a7fc2b07696d8ee5e1ea9d642
3842
3943# example, GPT5 in the variable name can be changed to other values. This set of variables can be repeated multiple times
4044# VELORUM_MODEL_GPT5_IDENTIFIER=gpt-5
41- # VELORUM_MODEL_GPT5_NAME=GPT 5
45+ # VELORUM_MODEL_GPT5_NAME=' GPT 5'
4246# VELORUM_MODEL_GPT5_CAPABILITIES=explain,generate
43- # VELORUM_MODEL_GPT5_API= # if using a non-default base-url
44- # VELORUM_MODEL_GPT5_PROVIDER=openai/gpt-5 # or openrouter/openai/gpt-5, etc depending on the provider
45- # 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
4654# VELORUM_MODEL_GPT5_TOKEN_COST=1
4755
4856# Internal config options
0 commit comments