-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Best practice for production deployment ist to use a custom domain.
Please check the example for prod.mtaext
| app-domain: ${default-domain} |
Instead of default-domain please provide example for custom domain: mydomain.com
| route-prefix: -${appname} |
The route-prefix should be "", so that
cis${route-prefix}.${app-domain} becomes cis.mydomain.com
and
*${route-prefix}.${app-domain} becomes *.mydomain.com
Please add wildcard route in approuter module in the prod.mtaext example so that it is clear that routes do not have to be created per subscription:
modules:
- name: approuter
parameters:
routes:
- route: "cis${route-prefix}.${app-domain}"
- route: "*${route-prefix}.${app-domain}"Metadata
Metadata
Assignees
Labels
No labels