From 298758d13d6aa256dedf211fe65b316c51c60fe6 Mon Sep 17 00:00:00 2001 From: nsingh Date: Fri, 18 Nov 2016 15:25:16 -0800 Subject: [PATCH] Added more properties to the sample manifest.yml --- .../test/examples/manifest.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/vscode-extensions/vscode-manifest-yaml/test/examples/manifest.yml b/vscode-extensions/vscode-manifest-yaml/test/examples/manifest.yml index cb04f8c72..78b1fd53b 100644 --- a/vscode-extensions/vscode-manifest-yaml/test/examples/manifest.yml +++ b/vscode-extensions/vscode-manifest-yaml/test/examples/manifest.yml @@ -1,3 +1,4 @@ +inherit: base-manifest.yml applications: - name: foo foo: bar @@ -13,4 +14,18 @@ applications: env: RAILS_ENV: production RACK_ENV: production + no-hostname: true + no-route: false + random-route: true + services: + - dbserv1 + - redisserv2 + path: app.jar + instances: 3 + stack: cflinuxfs2 + timeout: 80 + host: apppage + hosts: + - apppagealt + - anotherhost