mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-03-06 11:07:47 +00:00
rename config.example to config.template and fix readme
This commit is contained in:
49
config.template.json
Normal file
49
config.template.json
Normal 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": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user