-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsettings-development.json
More file actions
49 lines (49 loc) · 1.2 KB
/
settings-development.json
File metadata and controls
49 lines (49 loc) · 1.2 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
40
41
42
43
44
45
46
47
48
49
{
"public": {
"siteName": "[DEV] Great Puzzle Hunt",
"siteURL": "http://localhost:3000",
"accountsEmail": "Great Puzzle Hunt <accounts@greatpuzzlehunt.com>",
"infoEmail": "Great Puzzle Hunt <info@greatpuzzlehunt.com>",
"eventYear": "2018",
"eventDate": "Saturday April 14, 2018",
"social": {
"facebook": "https://facebook.com/greatpuzzlehunt"
},
"analyticsSettings": {
"Google Analytics": {
"trackingId": ""
}
}
},
"admin": {
"firstname": "Kyle",
"lastname": "Rader",
"email": "kyle@kylerader.ninja",
"password": "testtest",
"roles": [
"user",
"volunteer",
"player",
"admin"
],
"address": "1234 Cool Street",
"city": "Redmond",
"state": "WA",
"zip": "98053",
"age": 26,
"phone": "1112223333",
"accountType": "VOLUNTEER",
"photoPermission": true,
"holdHarmless": true,
"ecName": "Emergency Contact",
"ecRelationship": "friend",
"ecPhone": "7778889999",
"ecEmail": "ec.friend@email.com",
"paid": true,
"ticketUsed": null
},
"accounts": {
"fromEmail": "Great Puzzle Hunt (Dev)<accounts@greatpuzzlehunt.com>",
"token": "test_token"
}
}