From 2e985d1dea67aa877916dd694a2cd4852f4ae9f9 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Wed, 1 May 2019 15:44:13 -0400 Subject: [PATCH] update prefix name in manifest to slpp i am proposing that we have the same prefix for the service name for all shopping list patterns, this will help to see how often this code pattern is used --- manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yml b/manifest.yml index 34ff7b2..0610bba 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- declared-services: - sljsp-cloudantNoSQLDB: + slpp-cloudantNoSQLDB: label: cloudantNoSQLDB plan: Lite applications: @@ -11,5 +11,5 @@ applications: disk_quota: 1024M host: shopping-list-vanillajs-pouchdb-${random-word} services: - - sljsp-cloudantNoSQLDB + - slpp-cloudantNoSQLDB