From c82fd732b933ffefe1f444445afb53620edfe481 Mon Sep 17 00:00:00 2001 From: German Attanasio Ruiz Date: Sun, 24 Apr 2016 01:55:23 -0400 Subject: [PATCH] added 1 instance to manifest.yml --- manifest.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.yml b/manifest.yml index 618d02d8..6ea0734a 100644 --- a/manifest.yml +++ b/manifest.yml @@ -9,7 +9,5 @@ applications: name: tone-analyzer-demo command: node app.js path: . - memory: 512MB - env: - NODE_ENV: production - SECURE_EXPRESS: 1 \ No newline at end of file + instances: 2 + memory: 512MB \ No newline at end of file