Add basic auth header
[sdc.git] / asdctool / src / main / resources / config / configuration.yaml
index 78869a7..5009305 100644 (file)
@@ -88,6 +88,12 @@ neo4j:
     user: neo4j
     password: "12345"
 
+basicAuth:
+  enabled: false
+  userName: test
+  userPass: test
+  excludedUrls:
+
 cassandraConfig:
     cassandraHosts: [192.168.33.10]
     cassandraPort: 9042