leiyun 3 дней назад
Родитель
Сommit
ab98436963
2 измененных файлов: 32 добавлений и 0 удалений
  1. +16
    -0
      isolated/profiles/emp-test/.env.example
  2. +16
    -0
      isolated/profiles/emp-uat/.env.example

+ 16
- 0
isolated/profiles/emp-test/.env.example Просмотреть файл

@@ -97,6 +97,22 @@ COS_REGION=ap-chengdu
COS_BUCKET=emp-example-bucket
COS_PUBLIC_BASE_URL=

# WeCom alert settings for emp-auth / emp-monitor / emp-data.
# Alert sending is disabled by default. Set ALERT_ENABLED=true and webhook URLs on the server to enable it.
ALERT_ENABLED=false
ALERT_ENV_NAME=emp-test
# Do not set ALERT_SERVICE_NAME globally unless all services should report the same name.
# ALERT_SERVICE_NAME=
WECOM_P2_WEBHOOK_URL=
WECOM_P3_WEBHOOK_URL=
ALERT_WECOM_CONNECT_TIMEOUT_MS=2000
ALERT_WECOM_READ_TIMEOUT_MS=3000
ALERT_P2_DEDUP_WINDOW_SECONDS=300
ALERT_P3_SUMMARY_ENABLED=true
ALERT_P3_SUMMARY_CRON=0 0 * * * ?
ALERT_SLOW_CORE_MS=2000
ALERT_SLOW_NORMAL_MS=3000

# 车辆/设备同步的中控地址,隔离环境无真实中控时保留占位即可。
SYNC_BASE_URL=https://example.com
SYNC_TK=change-me


+ 16
- 0
isolated/profiles/emp-uat/.env.example Просмотреть файл

@@ -97,6 +97,22 @@ COS_REGION=ap-chengdu
COS_BUCKET=emp-example-bucket
COS_PUBLIC_BASE_URL=

# WeCom alert settings for emp-auth / emp-monitor / emp-data.
# Alert sending is disabled by default. Set ALERT_ENABLED=true and webhook URLs on the server to enable it.
ALERT_ENABLED=false
ALERT_ENV_NAME=emp-uat
# Do not set ALERT_SERVICE_NAME globally unless all services should report the same name.
# ALERT_SERVICE_NAME=
WECOM_P2_WEBHOOK_URL=
WECOM_P3_WEBHOOK_URL=
ALERT_WECOM_CONNECT_TIMEOUT_MS=2000
ALERT_WECOM_READ_TIMEOUT_MS=3000
ALERT_P2_DEDUP_WINDOW_SECONDS=300
ALERT_P3_SUMMARY_ENABLED=true
ALERT_P3_SUMMARY_CRON=0 0 * * * ?
ALERT_SLOW_CORE_MS=2000
ALERT_SLOW_NORMAL_MS=3000

# 车辆/设备同步的中控地址,隔离环境无真实中控时保留占位即可。
SYNC_BASE_URL=https://example.com
SYNC_TK=change-me


Загрузка…
Отмена
Сохранить