feat(config): 添加代理容器名称配置项
新增 BEAVER_PROXY_CONTAINER_NAME 环境变量用于指定代理容器名称, 并在部署指南和示例环境文件中添加相应配置说明。
This commit is contained in:
@ -67,6 +67,7 @@ Browser
|
||||
```bash
|
||||
export PROJECT_ROOT=/home/ivan/xuan/beaver_project
|
||||
export BEAVER_NET=beaver-instance-edge
|
||||
export BEAVER_PROXY_CONTAINER_NAME=beaver-router-proxy
|
||||
|
||||
export BEAVER_DEPLOY_TOKEN="$(openssl rand -hex 32)"
|
||||
export BEAVER_AUTHZ_INTERNAL_TOKEN="$(openssl rand -hex 32)"
|
||||
|
||||
Reference in New Issue
Block a user