-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
29 lines (27 loc) · 980 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
29
#production environment variables are stored here. These are used by docker compose when deploying the application
Name=Music Camp (Appears on all dashboards)
TZ=UTC
SMTP_Server=smtp.gmail.com
SMTP_Password=SMTP Password
DATABASE_URL=postgresql://user:password@postgres:5432/postgres
SecretKey=Something Secret
Instruments=Conductor,Piccolo,Flute,Oboe,Coranglais,Clarinet,Bassoon,Horn,Trumpet,Trombone,Tuba,Percussion,Piano,Guitar,Saxophone,Violin,Viola,Cello,Doublebass
StartTime=2016-12-28 18:00
EndTime=2017-01-05 07:45
DailyGroupRequestLimit=1
BonusGroupRequests=1
GroupRequestPlayerLimit=8
AutoAssignLimitHigh=1
AutoAssignLimitLow=1
MaximumLevel=5
Debug=1
AdminUUID=ca6099e0-7dc8-46d5-aa5c-bdb73ae423da
Website_URL=https://appname.herokuapp.com
Favicon_URL=https://wherever.your.favicon.is
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=postgres
papertrailLogNumber=1
papertrailPortNumber=11111