Add basic auth header
[sdc.git] / catalog-be / src / test / resources / config / catalog-be / configuration.yaml
index 7f75646..3ca0682 100644 (file)
@@ -82,6 +82,12 @@ neo4j:
     user: neo4j
     password: "12345"
 
+basicAuth:
+  enabled: false
+  userName: test
+  userPass: test
+  excludedUrls:
+
 cassandraConfig:
     cassandraHosts: ['localhost']
     cassandraPort: 9042