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

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"
}
}
}
}