-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
28 lines (21 loc) · 920 Bytes
/
.env.example
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
POSTGRES_URL=postgres://localhost/postgres
# Set this to true to get audit tabs in the Treasury upload spreadsheet
#AUDIT="true"
# Agency input spreadsheet template
REPORTING_TEMPLATE="empty-template.xlsx"
VALIDATION_TEMPLATE="validation-template.xlsx"
# Agency input spreadsheet archives
# This is /var/data/uploads in the states' deployed instances
UPLOAD_DIRECTORY="./uploads"
# Treasury upload spreadsheet template
TREASURY_TEMPLATE="treasury-template.xlsx"
# Treasury upload spreadsheet archives
TREASURY_DIRECTORY="./uploads/treasury"
COOKIE_SECRET=anystringwilldo
INITIAL_ADMIN_EMAILS="[email protected], [email protected]"
INITIAL_AGENCY_EMAILS="[email protected], [email protected]"
# Mainly used for login authentication
NOTIFICATIONS_EMAIL="[email protected]"
SES_REGION="us-east-1"
AWS_ACCESS_KEY_ID="<AWS_ACCESS_KEY_ID>"
AWS_SECRET_ACCESS_KEY="<AWS_SECRET_ACCESS_KEY>"