Pull JSON schemas at build/test not run time
[dcaegen2/platform.git] / adapter / acumos / README.md
index 55490ba..3ebce54 100644 (file)
@@ -44,8 +44,6 @@ This operates in 2 modes:
 - A configuration file, in YAML format, containing the following keys must be
   available.
 
-  dcaeurl - The base URL for the DCAE component and data format schemas.  For
-    example, https://git.onap.org/dcaegen2/platform/cli/plain.
   dcaeuser - The DCAE user who will "own" the loaded data.
   onboardingurl - The URL for accessing the onboarding service.
   onboardinguser - The user ID for accessing the onboarding service.
@@ -56,7 +54,7 @@ This operates in 2 modes:
     Gateway of the ACUMOS instance.
   certfile - The file path for the PEM file containing the private key, etc.
   dockerhost - (optional) The URL for the docker host.  By default,
-    unix:///var/run/docker.sock.
+    tcp://localhost:2375.
   dockerregistry - The host:port for the ONAP docker registry.
   dockeruser - The user ID for uploading images to the docker registry.
   dockerpass - The password for uploading images to the docker registry.