first commit
This commit is contained in:
27
streamlit_dashboard/dashboard_config_template.yaml
Normal file
27
streamlit_dashboard/dashboard_config_template.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
export_module_urls:
|
||||
# These are all the export module URLS needed for the reports in this dashboard. See the documentation for the meaning of each
|
||||
# and how to set them up in Neoserra
|
||||
clients_list:
|
||||
current_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=186&appkey=f0e90ceb-8063-44c2-8cc9-4949ca89763a"
|
||||
prev_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=184&appkey=72de7830-d65f-4ce3-9b0e-ab872d1bd41e"
|
||||
new_business_starts:
|
||||
current_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=187&appkey=1ebb99d3-551c-44f1-803f-f8cd09c8286f"
|
||||
prev_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=182&appkey=9b47f8c2-1ad5-4499-812c-742eddf149b9"
|
||||
capital_funding:
|
||||
current_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=188&appkey=1a37972c-8757-4447-b301-59e7ca65f7ea"
|
||||
prev_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=183&appkey=08515f8b-8d52-4eb5-a85c-5c3b49261b4b"
|
||||
trainings:
|
||||
current_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=189&appkey=e4c003ea-2216-48ae-ba76-2ebdef30848b"
|
||||
prev_fy: "https://pasbdc.neoserra.com/api/export?userid=6694&appid=181&appkey=bc03174a-f36c-45a6-a933-0f6e28062e9c"
|
||||
logging:
|
||||
# Accepts all debug level values found here: https://docs.python.org/3/howto/logging.html
|
||||
level: "DEBUG"
|
||||
# The file path and name to write the log file to, log files are automatically split by size by python
|
||||
file: "dashboard_log.log"
|
||||
errors:
|
||||
contact_name: "Brian Kelly"
|
||||
contact_method: "bkelly@kutztown.edu"
|
||||
usda_api:
|
||||
key: "72A4453A-E4CB-3D1C-BF42-03B6FAF9E7E6"
|
||||
census:
|
||||
year: "2022"
|
||||
Reference in New Issue
Block a user