From 732b6b081ce88d99ff66edae03d9f488ecc2fc54 Mon Sep 17 00:00:00 2001 From: Uwe Klinger Date: Wed, 16 Jun 2021 07:16:05 +0200 Subject: [PATCH] Add missing profile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba71c072..43f62b54 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,14 @@ Copyright (c) 2021 SAP SE or an SAP affiliate company. All rights reserved. This 1. Run: ``` - cds mock API_BUSINESS_PARTNER -p 5001 + CDS_ENV=local-hybrid cds mock API_BUSINESS_PARTNER -p 5001 ``` 2. Wait until startup is completed 3. Run in a 2nd terminal: ``` - cds serve all --with-mocks --in-memory + CDS_ENV=local-hybrid cds serve all --with-mocks --in-memory ``` 4. Now, you can issues the requests listed in `suppliers/requests.http`