forked from codebuddies/codebuddies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-development.json
51 lines (51 loc) · 1.52 KB
/
settings-development.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
44
45
46
47
48
49
50
51
{
"public":{
"isModeDebug": true
},
"private": {
"mailchimp": {
"apiKey": "mailchimp-api-key",
"listId": "mailchimp-list-id"
},
"twitter": {
"consumer_key": "consumer-key",
"consumer_secret": "consumer-secret",
"access_token_key": "access-token-key",
"access_token_secret": "access-token-secret"
},
"montiapm": {
"KADIRA_APP_ID": "KADIRA_APP_ID",
"KADIRA_APP_SECRET": "KADIRA_APP_SECRET"
},
"kadira": {
"appId": "app-id",
"appSecret": "app-secret"
},
"smtp": {
"username": "SMTP_Injection",
"password": "sparkpost-api-key",
"server": "smtp.sparkpostmail.com",
"port": "587"
}
},
"isModeProduction": false,
"seeder": true,
"slack_clientid": "slack-client-id",
"slack_clientsecret": "slack-client-secret",
"slack": "https://hooks.slack.com/services/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",
"email_from": "[email protected]",
"team_id":"T04AQ6GEY",
"slack_alert_channel": "#codebuddies-test-hang",
"slack_alert_username": "CodeBuddies Alerts",
"hangout_reminder_interval": "every 1 hour",
"root_email":"[email protected]",
"root_username":"example",
"root_gravatar":"http://www.gravatar.com/avatar/",
"slack_studygroup_alert_username": "Study Group Alerts",
"slack_facebook_alert_channel": "#fb-group-private",
"github_clientid": "github-client-id",
"github_clientsecret": "github-client-secret",
"slackAppToken": "XXX",
"slackOauthToken": "xoxa-1234",
"cbJarvisId": "1234"
}