From 3308131f1c9b01bf14b5fa1d1e1cf3619c7185bb Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Wed, 8 Feb 2023 10:41:56 -0500 Subject: [PATCH] docs: update bento_services var description --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f47c2ea..309437b 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,10 @@ CHORD_DEBUG=False # registry will not validate SSL certificates. Defaults to (not CHORD_DEBUG) BENTO_VALIDATE_SSL=True -# Following the chord_services.json schema -# (https://github.com/c3g/chord_singularity/blob/master/chord_services.schema.json) -# A list of services on a single domain which are registered in the service -# registry instance. -# BENTO_SERVICES also works here. -CHORD_SERVICES=chord_services.json +# Following the bento_services.json 'schema' +# A JSON object of services registered in the service registry instance. +# CHORD_SERVICES also works here. +BENTO_SERVICES=bento_services.json # Common URL base for all services # BENTO_URL also works here.