mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-02-05 05:48:46 +00:00
50 lines
802 B
JSON
50 lines
802 B
JSON
{
|
|
"development": {
|
|
"stripe": {
|
|
"secretKey": ""
|
|
},
|
|
"slack": {
|
|
"token": "",
|
|
"privateChannel": "",
|
|
"publicChannel": ""
|
|
},
|
|
"github": {
|
|
"token": ""
|
|
},
|
|
"twitter": {
|
|
"consumerKey": "",
|
|
"consumerSecret": "",
|
|
"token": "",
|
|
"tokenSecret": ""
|
|
},
|
|
"google": {
|
|
"spreadsheet_id": "",
|
|
"credentials": {
|
|
"client_email": "",
|
|
"private_key": ""
|
|
}
|
|
}
|
|
},
|
|
"production": {
|
|
"stripe": {
|
|
"secretKey": ""
|
|
},
|
|
"slack": {
|
|
"token": "",
|
|
"privateChannel": "",
|
|
"publicChannel": ""
|
|
},
|
|
"github": {
|
|
"token": ""
|
|
},
|
|
"twitter": {
|
|
"consumerKey": "",
|
|
"consumerSecret": "",
|
|
"token": "",
|
|
"tokenSecret": ""
|
|
}
|
|
},
|
|
"all": {
|
|
}
|
|
}
|