From 64d4c2dfad2a9fa22c3d672bd753bf8a8698b910 Mon Sep 17 00:00:00 2001 From: m-mokhtar Date: Sat, 3 Jun 2017 19:55:58 +0200 Subject: [PATCH] Update manifest.yml --- manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yml b/manifest.yml index 4439afe..d36e2e6 100755 --- a/manifest.yml +++ b/manifest.yml @@ -1,7 +1,7 @@ declared-services: cloudant-nodejs: label: cloudantNoSQLDB - plan: Shared + plan: Lite applications: - path: . memory: 256M @@ -11,4 +11,4 @@ applications: host: NodeJSCloudantSampleApp disk_quota: 1024M services: - - cloudant-nodejs \ No newline at end of file + - cloudant-nodejs