mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
make base url configurable
This commit is contained in:
parent
b1cbadb2d1
commit
841c789033
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ strategies =
|
|||
clientID: process.env.FACEBOOK_KEY
|
||||
clientSecret: process.env.FACEBOOK_SECRET
|
||||
options =
|
||||
domain: (if process.env.NODE_ENV == 'production' then 'https://habitrpg.com' else "http://localhost:3000")
|
||||
domain: process.env.NODE_BASE || 'http://localhost:3000'
|
||||
allowPurl: true
|
||||
schema: require('../app/schema').newUserObject()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue