rename config.example to config.template and fix readme

This commit is contained in:
Keksike
2017-07-07 12:50:52 +03:00
parent b6e690cf13
commit 7805e19c92
2 changed files with 7 additions and 1 deletions

49
config.template.json Normal file
View File

@@ -0,0 +1,49 @@
{
"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": {
}
}