-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
32 lines (32 loc) · 1.02 KB
/
config.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
{
"development": {
"server": {
"protocol": "http",
"host": "localhost:3000",
"state": true
},
"timely": {
"authorize_url": "https://api.timelyapp.com/1.0/oauth/authorize",
"access_url": "https://api.timelyapp.com/1.0/oauth/token",
"oauth": 2,
"key": "7c0f00859e8bfc144448d1a086783471028bb322a78bb478b7fc6609a43e6421",
"secret": "b8f9b801445d4e07d91169f7fff0b545ced973c33a7f4a62b440a935f9d00bbe",
"callback": "/timely_callback"
}
},
"production": {
"server": {
"protocol": "https",
"host": "dashboard.heroku.com/apps/desolate-plains-57618",
"state": true
},
"timely": {
"authorize_url": "https://api.timelyapp.com/1.0/oauth/authorize",
"access_url": "https://api.timelyapp.com/1.0/oauth/token",
"oauth": 2,
"key": "7c0f00859e8bfc144448d1a086783471028bb322a78bb478b7fc6609a43e6421",
"secret": "b8f9b801445d4e07d91169f7fff0b545ced973c33a7f4a62b440a935f9d00bbe",
"callback": "/timely_callback"
}
}
}