Skip to content

Commit a175596

Browse files
committed
Fix aquila token env variable
1 parent 4026ff9 commit a175596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/docker/codezero/compose.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ INITIAL_ROOT_MAIL=root@code0.tech
77
INITIAL_ROOT_PASSWORD=${random_password.initial_root_password.result}
88
99
INITIAL_RUNTIME_TOKEN=${random_password.initial_runtime_token.result}
10-
AQUILA_SAGITTARIUS_TOKEN=${random_password.initial_runtime_token.result}
10+
AQUILA_BACKEND_TOKEN=${random_password.initial_runtime_token.result}
1111
1212
DRACO_REST_PORT=443
1313
DRACO_REST_HOST=demo-rest.codezero.build

0 commit comments

Comments
 (0)