-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
40 lines (29 loc) · 1.13 KB
/
env.example
File metadata and controls
40 lines (29 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Microsoft Foundry Configuration (Azure AI Agent Service)
# Endpoint for your Foundry project
MICROSOFT_FOUNDRY_ENDPOINT=https://your-project.services.ai.azure.com
MICROSOFT_FOUNDRY_MODEL=gpt-4o
# DocuSign API Configuration
INTEGRATION_KEY=efbba36e-b364-4515-XXXXXXXX
USER_ID=8a3d6b30-4155-44a3-8e94-XXXXXXXXX
ACCOUNT_ID=8479297e-9cd0-4680-a2b6-XXXXXXX
BASE_URI=https://demo.docusign.net
DOCUSIGN_WORKFLOW_ID=f4ac42fd-fc3f-4bcd-9545-ec31ecdc0d36
# Security Configuration
SECRET_KEY=e19e1377-696e-4c01-8485-XXXXXXXXXXX
# BLS (Bureau of Labor Statistics) API Configuration (for future implementation)
BLS_API_KEY=c2f5e901c0cd42e0b746362XXXXXXXX
BLS_BASE_URL=https://api.bls.gov/publicAPI/v2/timeseries/data
CPI_SERIES_ID=CUUR0000SA0
# Database Configuration
DATABASE_URL=sqlite:///price_adjustment.db
# Flask Configuration
DEBUG=False
HOST=0.0.0.0
PORT=8000
# Azure App Service Configuration
# APP_URL is auto-derived from WEBSITE_HOSTNAME on Azure, or set explicitly
# APP_URL=https://your-app.azurewebsites.net
# WEBSITE_HOSTNAME is set automatically by Azure App Service
# Application Settings
DOCUMENT_EXPIRY_DAYS=30
SCHEDULED_RUN_TIME=19:00