Minor settings changes

This commit is contained in:
vjrj 2017-11-15 19:57:38 +01:00
parent 6a6015ae4d
commit 9049f6635d
2 changed files with 24 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ node_modules
settings-demo.json
settings-staging.json
settings-production.json
settings-development.json

View file

@ -0,0 +1,23 @@
{
"public": {},
"private": {
"MAIL_URL": "",
"OAuth": {
"facebook": {
"appId": "",
"secret": "",
"loginStyle": "popup"
},
"google": {
"clientId": "",
"secret": "",
"loginStyle": "popup"
},
"github": {
"clientId": "",
"secret": "",
"loginStyle": "popup"
}
}
}
}