-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_test.json
29 lines (29 loc) · 997 Bytes
/
config_test.json
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
{
"datadirectory": "d:/glassdashcam/shared/glassdashcamdata",
"usersdirectory": "d:/glassdashcam/shared/glassdashcamdata/users",
"statusfilesdirectory": "E:/shared/bubblesstatus",
"sessionTimeoutInMinutes": 30,
"sitename": "Bubbles Test",
"baseurl": "http://jenkins:3000",
"productname": "Bubbles",
"googleanalytics_key": "UA-42571213-2",
"dbusername": "bubbles",
"units": "IMPERIAL",
"tubdepth": 16.5,
"tubvolume": 18,
"dbpw": "bubbles",
"sendEmailNotification": true,
"dontSendEmail": true,
"sendgridRestrictedAPIKey": "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",
"sendgridFullAccessAPIKey": "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",
"sendgridSenderEmailAddress": "[email protected]",
"deviceForDiskCheck": "C",
"bubbles_db_config": {
"host": "localhost",
"user": "postgres",
"password": "postgres",
"database": "bubbles_test",
"port": "5432"
},
"secret": "supersecret"
}