use client_domain in config
This commit is contained in:
parent
383d233d9e
commit
1c149bcdb4
|
@ -5,7 +5,7 @@ class Travis::Api::App
|
||||||
class Home < Endpoint
|
class Home < Endpoint
|
||||||
set :prefix, '/'
|
set :prefix, '/'
|
||||||
set :client_config,
|
set :client_config,
|
||||||
host: Travis.config.host,
|
host: Travis.config.client_domain,
|
||||||
shorten_host: Travis.config.shorten_host,
|
shorten_host: Travis.config.shorten_host,
|
||||||
assets: Travis.config.assets,
|
assets: Travis.config.assets,
|
||||||
pusher: { key: Travis.config.pusher.try(:key) }
|
pusher: { key: Travis.config.pusher.try(:key) }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user