Skip to content

Instantly share code, notes, and snippets.

@danhigham
Created January 28, 2013 10:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danhigham/4654412 to your computer and use it in GitHub Desktop.
Save danhigham/4654412 to your computer and use it in GitHub Desktop.
Sample manifest.yml for node app with env variable
---
applications:
- name: nodetestdh01
framework: node
runtime: node08
memory: 64M
instances: 1
url: nodetestdh01.${target-base}
path: .
env:
my_env_var: hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment