summaryrefslogtreecommitdiffstats
path: root/external-schema-repo-generator/environment.config
diff options
context:
space:
mode:
Diffstat (limited to 'external-schema-repo-generator/environment.config')
-rw-r--r--external-schema-repo-generator/environment.config15
1 files changed, 15 insertions, 0 deletions
diff --git a/external-schema-repo-generator/environment.config b/external-schema-repo-generator/environment.config
new file mode 100644
index 0000000..074a463
--- /dev/null
+++ b/external-schema-repo-generator/environment.config
@@ -0,0 +1,15 @@
+# Configuration file for externalSchemaRepoGenerator Makefile
+# Remember about escaping special characters, e.g. in REPOSITORY_URL
+
+# ConfigMap configuration
+SPEC_CONFIGMAP_FILENAME=stndDefined-schemas-configmap-spec.yaml
+K8S_CONFIGMAP_NAME=stnd-defined-configmap
+SNIPPET_FILENAME=ves-snippet.md
+
+# Source repository configuration
+REPOSITORY_URL_HTTPS=https\://forge.3gpp.org/rep/sa5/MnS.git
+REPOSITORY_BRANCH="SA88-Rel16 SA89-Rel17"
+SCHEMAS_LOCATION=OpenAPI
+
+# Vendor description
+VENDOR_NAME=3gpp \ No newline at end of file