Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 538 Bytes

multi-host.md

File metadata and controls

13 lines (9 loc) · 538 Bytes

Multiple hosts in local development

To mimic production in having the various services served from different hostnames, do the following:

  1. Add the subdomains.

    sudo sh -c 'echo "127.0.0.1\tapi.eapp.local.test web.eapp.local.test" >> /etc/hosts'
  2. If using SAML, modify the Service Provider to use a Assertion Consumer URL of http://api.eapp.local.test:3000/auth/saml/callback.

  3. Start the server.

  4. Visit the site at http://web.eapp.local.test:8080.