From 389cb04444ee026e87d0bfbd3a256f6a6f1c7f11 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Wed, 20 Jan 2021 13:08:19 +0100 Subject: [PATCH] Better comment including url locations --- app-config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app-config.yaml b/app-config.yaml index 7b55ad1e56..71c3310713 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -185,8 +185,19 @@ catalog: # groupFilter: securityEnabled eq false and mailEnabled eq true and groupTypes/any(c:c+eq+'Unified') locations: + # Add a location here to ingest it, for example from an URL: + # + # - type: url + # target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/all-components.yaml + # + # For local development you can use a file location instead: + # + # - type: file + # target: ../catalog-model/examples/all-components.yaml + # # File locations are relative to the current working directory of the # backend, for example packages/backend/. + # Backstage example components - type: file target: ../catalog-model/examples/all-components.yaml