We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6051b4 commit fcfa1b7Copy full SHA for fcfa1b7
1 file changed
cloudformation/README.md
@@ -62,8 +62,8 @@ The service.yml template supports making services public. To make a service publ
62
63
1. Set `UseLbForService = true`
64
2. Set `DomainNames` or `PathPattern` (for dev/demo use DomainNames)
65
- * Example: `advisor.lif.unicon.net`
66
- * Must be within the domain for the given env (dev - `?.lif.unicon.net`, demo - `?.demo.lif.unicon.net`)
+ * Example: `advisor.dev.lif.unicon.net`
+ * Must be within the domain for the given env (dev - `?.dev.lif.unicon.net`, demo - `?.demo.lif.unicon.net`)
67
3. Set `Priority`
68
* Must be a unique integer for the given env with respect to other public services
69
* Look at other param files for public services (UseLbForService = true) for the env:
0 commit comments