Files
koodiklinikka.fi-api/config.template.json
2018-10-29 22:31:04 +00:00

41 lines
671 B
JSON

{
"development": {
"slack": {
"token": "",
"privateChannel": "",
"publicChannel": ""
},
"github": {
"token": ""
},
"twitter": {
"consumerKey": "",
"consumerSecret": "",
"token": "",
"tokenSecret": ""
},
"google": {
"spreadsheetId": "",
"clientEmail": "",
"privateKey": ""
}
},
"production": {
"slack": {
"token": "",
"privateChannel": "",
"publicChannel": ""
},
"github": {
"token": ""
},
"twitter": {
"consumerKey": "",
"consumerSecret": "",
"token": "",
"tokenSecret": ""
}
},
"all": {}
}