Skip to content

Commit

Permalink
support for cloud foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandan Sridhar committed May 19, 2017
1 parent 7400f32 commit c7f95e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifest.yml
@@ -0,0 +1,14 @@
---
applications:
- name: edgemicro-app
memory: 512M
instances: 1
host: edgemicro-app
path: .
buildpack: nodejs_buildpack
env:
EDGEMICRO_KEY: 'microgateway-key'
EDGEMICRO_SECRET: 'microgateway-secret'
EDGEMICRO_CONFIG_DIR: '/app/config'
EDGEMICRO_ENV: 'env-name'
EDGEMICRO_ORG: 'org-name'

0 comments on commit c7f95e9

Please sign in to comment.