forked from signmeup/signmeup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.template.json
43 lines (41 loc) · 1.12 KB
/
settings.template.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"users": [{
"preferredName": "Admin",
"email": "admin@signmeup.cs.brown.edu",
"password": "INSERT-PASSWORD-HERE",
"type": "admin"
}, {
"preferredName": "MTA",
"email": "mta@signmeup.cs.brown.edu",
"password": "INSERT-PASSWORD-HERE",
"type": "mta"
}, {
"preferredName": "HTA Test",
"email": "hta@signmeup.cs.brown.edu",
"password": "INSERT-PASSWORD-HERE",
"type": "hta"
}, {
"preferredName": "TA Test",
"email": "ta@signmeup.cs.brown.edu",
"password": "INSERT-PASSWORD-HERE",
"type": "ta"
}, {
"preferredName": "Student Test",
"email": "student@signmeup.cs.brown.edu",
"password": "INSERT-PASSWORD-HERE",
"type": "student"
}],
"google": {
"clientId": "581002273625-8nq5ldiiututre57nan37sobnboci0u0.apps.googleusercontent.com",
"secret": "v-7EC_IxT6VAxOxn6W_sonAw"
},
"galaxy.meteor.com": {
"env": {
"VERSION": "<VERSION>",
"MONGO_URL": "mongodb://<DATABASE-URL>",
"MONGO_OPLOG_URL": "mongodb://<OPLOG-URL>",
"ROOT_URL": "https://<APP-URL>.meteorapp.com",
"MAIL_URL": "smtp://<MAIL-URL>"
}
}
}