CI / changes (push) Successful in 5s
CI / commitlint (push) Skipped
CI / openapi (push) Successful in 38s
CI / web (push) Successful in 55s
CI / go (push) Successful in 1m4s
CI / bird2 (push) Successful in 17s
CI / release (push) Successful in 4m17s
Перевести CI, semantic-release, bake и compose с git.shts.su на git.shx.one. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
812 B
Bash
23 lines
812 B
Bash
# Скопируйте в .env.remote-speaker рядом с docker-compose.remote-speaker.yaml
|
||
# Значения agent_secret и node token — из Web UI после создания спикера.
|
||
|
||
EVOBGP_REGISTRY=git.shx.one/denozord
|
||
EVOBGP_IMAGE_TAG=latest
|
||
|
||
# Control plane (HTTPS в prod)
|
||
EVOBGP_CONTROL_PLANE_URL=https://cp.example.com:8080
|
||
|
||
# Из карточки спикера в панели
|
||
EVOBGP_SPEAKER_ID=00000000-0000-0000-0000-000000000001
|
||
EVOBGP_AGENT_SECRET=change-me-from-ui-once
|
||
EVOBGP_NODE_TOKEN=evobgp_node_token_from_access
|
||
|
||
# GET /v1/bundle/signing-public-key (operator) или env CP EVOBGP_BUNDLE_SEED_HEX
|
||
EVOBGP_BUNDLE_PUBKEY_BASE64=
|
||
|
||
# Fallback polling (profile fallback)
|
||
EVOBGP_SYNC_INTERVAL_SEC=300
|
||
|
||
# Lab profile plain — порт agent на хосте
|
||
EVOBGP_AGENT_PORT=8443
|