From cbdc3bff96512e4ee185f5299fde7a180ee0bc92 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Sat, 4 Jul 2026 19:36:42 +0000 Subject: [PATCH] forecasting .env: SETTINGS_URL/SECRET for central NewBook creds; drop NEWBOOK_* vars Co-Authored-By: Claude Sonnet 4.6 --- install-stack.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 <