Minor settings changes
This commit is contained in:
parent
6a6015ae4d
commit
9049f6635d
2 changed files with 24 additions and 0 deletions
23
settings-development-sample.json
Normal file
23
settings-development-sample.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue