Skip to content

Commit ac0eec4

Browse files
committed
Set INITIAL_RUNTIME_TOKEN as default
1 parent 238c2db commit ac0eec4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose/.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ SSL_KEY_FILE= # must be located in ./certs, defaults to "<hostname>.key"
88

99
INITIAL_ROOT_PASSWORD=root
1010
INITIAL_ROOT_MAIL=root@code0.tech
11-
INITIAL_RUNTIME_TOKEN= # can be used to create a global runtime with given token
11+
# can be used to create a global runtime with given token
12+
INITIAL_RUNTIME_TOKEN=runtime
1213

1314
# Runtime config
1415
AQUILA_SAGITTARIUS_URL=http://nginx:80
15-
AQUILA_SAGITTARIUS_TOKEN=
16+
AQUILA_SAGITTARIUS_TOKEN=runtime
1617
DRACO_REST_PORT=8084
1718
DRACO_REST_HOST=127.0.0.1
1819

0 commit comments

Comments
 (0)