Skip to main content

URI configuration

App template URI's

Under the tab APP TEMPLATES, configure the URI's that you are going to use for your app's deployment.

For local deployment this could be something like:

  • http://localhost:8010
  • http://localhost:8001/api

For Azure this could be something like:

Development ports

For Development deployments you can also specify Development ports. Make sure they match the ports used in the URI's.

Example:

  • 8010
  • 8001