Files
koodiklinikka.fi-api/config.template.json
2017-07-08 10:37:19 +01:00

48 lines
764 B
JSON

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