Skip to content

Commit 8002fc6

Browse files
committed
Update sample manifest.yml
Replace deprecated 'host' with 'routes'. Update version of sample-app to 2.2.0.
1 parent 6ce8547 commit 8002fc6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sample/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ applications:
44
# You may want/need to change these to avoid naming conflicts
55
#
66
- name: logging-sample-app
7-
host: logging-sample-app
87
instances: 1
9-
path: target/logging-sample-app-2.1.4.war
8+
path: target/logging-sample-app-2.2.0.war
9+
routes:
10+
- route: logging-sample-app
1011
env:
1112
RANDOM_SLEEP: true
1213
# Set LOG_*: true to activate logging of respective field

0 commit comments

Comments
 (0)