File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ services:
88 - OPENCODE_API_KEY=${OPENCODE_API_KEY}
99 - OPENCLAW_PRIMARY_MODEL=opencode/kimi-k2.5
1010 # Auth
11- - AUTH_USERNAME=whatever
12- - AUTH_PASSWORD=secret
13- - OPENCLAW_GATEWAY_TOKEN=local-dev-token
11+ - AUTH_USERNAME=${AUTH_USERNAME:-admin}
12+ - AUTH_PASSWORD=${AUTH_PASSWORD}
13+ - OPENCLAW_GATEWAY_TOKEN=${OPENCLAW_GATEWAY_TOKEN}
1414 # Browser sidecar
1515 - BROWSER_CDP_URL=http://browser:9223
1616 - BROWSER_DEFAULT_PROFILE=openclaw
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ services:
99 - OPENCODE_API_KEY=${OPENCODE_API_KEY}
1010 - OPENCLAW_PRIMARY_MODEL=opencode/kimi-k2.5
1111 # Auth
12- - AUTH_USERNAME=whatever
13- - AUTH_PASSWORD=changeme
14- - OPENCLAW_GATEWAY_TOKEN=my-secret-token
12+ - AUTH_USERNAME=${AUTH_USERNAME:-admin}
13+ - AUTH_PASSWORD=${AUTH_PASSWORD}
14+ - OPENCLAW_GATEWAY_TOKEN=${OPENCLAW_GATEWAY_TOKEN}
1515 # Browser sidecar
1616 - BROWSER_CDP_URL=http://browser:9223
1717 - BROWSER_DEFAULT_PROFILE=openclaw
You can’t perform that action at this time.
0 commit comments