Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Created May 11, 2015 19:42
Show Gist options
  • Save lynndylanhurley/0653762c43bf36112aa1 to your computer and use it in GitHub Desktop.
Save lynndylanhurley/0653762c43bf36112aa1 to your computer and use it in GitHub Desktop.
DbxUiEngine.configure do |c|
c.api_url = "//#{Capybara.current_session.server.host}:#{Capybara.current_session.server.port}"
c.ui_spa_base = '/dbx-ui/'
c.asset_host = "//#{Capybara.current_session.server.host}:#{Capybara.current_session.server.port}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment