Files
koodiklinikka.fi-api/config.example.json
2017-07-07 12:35:14 +03:00

46 lines
832 B
JSON

{
"development": {
"stripe": {
"secretKey": "sk_test_xEq4UqxSlnZN7x5nddoorhlD"
},
"slack": {
"token": "",
"privateChannel": "",
"publicChannel": ""
},
"github": {
"token": "cdb4aaae8452d1ba70790c1350ca7f0772f19d3d"
},
"twitter": {
"consumerKey": "",
"consumerSecret": "",
"token": "",
"tokenSecret": ""
},
"google": {
"spreadsheet_id": "1BUL1pjaXVlO5MRuOk-W5MEmKqxfzGnj7eFMif8tIVaU"
}
},
"production": {
"stripe": {
"secretKey": ""
},
"slack": {
"token": "",
"privateChannel": "",
"publicChannel": ""
},
"github": {
"token": ""
},
"twitter": {
"consumerKey": "",
"consumerSecret": "",
"token": "",
"tokenSecret": ""
}
},
"all": {
}
}