-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.example.json
48 lines (48 loc) · 983 Bytes
/
settings.example.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
{
"kadira": {
"appId": "<app_id>",
"appSecret": "<app_secret>"
},
"public": {
"app": {
"title": "ManejanDO",
"version": "0.0.0"
},
"services": {
"facebook": {
"app_id": "<app_id>"
},
"twitter": {
"owner_id": "<owner_id>"
}
}
},
"services": {
"repost": false,
"twitter": {
"owner_id": "<owner_id>",
"api_secret": "<api_secret>",
"api_key": "<api_key>",
"access_token": "<access_token>",
"access_token_secret": "<access_token_secret>"
},
"facebook": {
"oauth_key": "<oauth_key>",
"oauth_secret": "<oauth_secret>",
"api_key": "<api_key>",
"app_id": "<app_id>"
},
"instagram": {
"oauth_key": "<oauth_key>",
"oauth_secret": "<oauth_secret>",
"api_key": "<api_key>"
}
},
"seeds": {
"user": {
"username": "<username>",
"email": "<email>",
"password": "<password>"
}
}
}