mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
commit
9367fcb804
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ strategies =
|
||||||
clientID: process.env.FACEBOOK_KEY
|
clientID: process.env.FACEBOOK_KEY
|
||||||
clientSecret: process.env.FACEBOOK_SECRET
|
clientSecret: process.env.FACEBOOK_SECRET
|
||||||
options =
|
options =
|
||||||
domain: (if process.env.NODE_ENV == 'production' then 'https://habitrpg.com' else "http://localhost:3000")
|
domain: process.env.BASE_URL || 'http://localhost:3000'
|
||||||
allowPurl: true
|
allowPurl: true
|
||||||
schema: require('../app/schema').userSchema()
|
schema: require('../app/schema').userSchema()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue