diff --git a/install-stack.sh b/install-stack.sh index 497aeb1..b33ecf1 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -1282,16 +1282,15 @@ deploy_forecasting() { msg_info "Deploying forecasting" deploy_service 113 "forecasting" "${REPO_ROOT}/forecasting" /opt/forecasting - # Note: NEWBOOK_* and RESOS_API_KEY are configured via the Settings page after first deploy. + # NewBook credentials come from the central Settings service (SETTINGS_URL). + # RESOS_API_KEY is configured via the app's Settings page after first deploy. # ANTHROPIC_API_KEY is optional — enables the AI Dashboard feature. push_file 113 /opt/forecasting/.env <