This commit is contained in:
hailin 2025-06-18 13:51:10 +08:00
parent 5084c90317
commit 6748a95ccf
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ GATEWAY_SECRET="1EWKBne2LCX0TJBXkrOWSzSDkzaQmoR3xuXBrc41JsdjorpM"
# 订阅邮件定时任务 # 订阅邮件定时任务
SUB_CRON="0 0 * * *" SUB_CRON="0 0 * * *"
./intent-system run --debug -n "${DSN}" --pg "${PG}" -d "${DOMAIN}" -g "${GATEWAY_URL}" -k "${GATEWAY_KEY}" -s "${GATEWAY_SECRET}" --sub-cron "${SUB_CRON}" "$LISTEN_ADDR" ./updsrv run --debug -n "${DSN}" --pg "${PG}" -d "${DOMAIN}" -g "${GATEWAY_URL}" -k "${GATEWAY_KEY}" -s "${GATEWAY_SECRET}" --sub-cron "${SUB_CRON}" "$LISTEN_ADDR"