File tree Expand file tree Collapse file tree
platform/src/add-services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ Note that changing the name of the service replaces it with a brand new service
8888
8989### 2. Define the route
9090
91- Include an entry in your ` .platform/routes.yaml` file as shown below, replacing <APP_NAME > with the name of your Mercure app :
91+ Include an entry in your ` .platform/routes.yaml` file as shown below, replacing <SERVICE_NAME > with the name of your Mercure service :
9292
9393` ` ` yaml {configFile="routes"}
9494"https://mercure.{default}/":
9595 type: upstream
96- upstream: "<APP_NAME >:mercure"
96+ upstream: "<SERVICE_NAME >:mercure"
9797` ` `
9898
9999# ## 3. Define the relationship
@@ -174,7 +174,7 @@ mercure:
174174` ` ` yaml {configFile="routes"}
175175"https://mercure.{default}/":
176176 type: upstream
177- upstream: "<APP_NAME >:mercure"
177+ upstream: "<SERVICE_NAME >:mercure"
178178` ` `
179179
180180# ### [App configuration](/create-apps/_index.md)
Original file line number Diff line number Diff line change @@ -143,13 +143,13 @@ Note that changing the name of the service replaces it with a brand new service
143143
144144### 2. Define the route
145145
146- To access the service URL, add an entry to the ` .routes` key as shown below, replacing <APP_NAME > with the name of your app :
146+ To access the service URL, add an entry to the ` .routes` key as shown below, replacing <SERVICE_NAME > with the name of your service :
147147
148148` ` ` yaml {configFile="app"}
149149routes:
150150 "https://mercure.{default}/":
151151 type: upstream
152- upstream: "<APP_NAME >:mercure"
152+ upstream: "<SERVICE_NAME >:mercure"
153153` ` `
154154
155155# ## 3. Define the relationship
You can’t perform that action at this time.
0 commit comments