Minor settings changes
This commit is contained in:
parent
6a6015ae4d
commit
9049f6635d
2 changed files with 24 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ node_modules
|
|||
settings-demo.json
|
||||
settings-staging.json
|
||||
settings-production.json
|
||||
settings-development.json
|
||||
|
|
|
|||
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