Daily run and cleaned up appsettings

This commit is contained in:
2025-04-25 20:42:24 -04:00
parent 9c5b04495d
commit 11c6f7357b
3 changed files with 12 additions and 16 deletions

View File

@@ -6,16 +6,12 @@
"sms_smsusername" : "skessler1964@gmail.com",
"sms_smspassword" : "xjfo isnf gmyi zovr",
"sms_smsrecipients" : "skessler1964@gmail.com",
"proxy_address" : "http://localhost:8182",
"proxy_address" : "http://euporie:8182",
"proxy_GetLatestPriceYahoo" : "false",
"proxy_GetLatestPriceFidelity" : "true",
"proxy_GetLatestPriceBigCharts" : "false",
"proxy_GetETFHoldings" : "false",
"proxy_GetAnalystPriceTargetYahoo" : "true",
"proxy_GetDailyPrices" : "false",
"proxy_GetFundamentalEx" : "false",
"proxy_GetDividendHistory" : "false",
"proxy_GetAnalystPriceTargetMarketBeat" : "false",
"proxy_GetCompanyHeadlinesSeekingAlphaV1" : "true",
"proxy_GetCompanyHeadlinesSeekingAlphaV2" : "true"
"proxy_GetAnalystPriceTargetMarketBeat" : "false"
}