diff options
author | 2019-01-18 14:24:24 +0000 | |
---|---|---|
committer | 2019-01-18 14:24:24 +0000 | |
commit | 2412483e9da46895f05ba118802759580e7a926e (patch) | |
tree | 4a5c03d47ab01dea55b50ccd3d833e7cfc28cd53 /ms/blueprintsprocessor/functions/resource-resolution/src/test | |
parent | a5da1a287e47ca8e8b66e71369c45dc27a10b38c (diff) | |
parent | 931c8a77ec5c1f719054cdb0262309d3e358845f (diff) |
Merge "Resource Resolution Service: Source Input"
Diffstat (limited to 'ms/blueprintsprocessor/functions/resource-resolution/src/test')
-rw-r--r-- | ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/application-test.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/application-test.properties b/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/application-test.properties index b7cf00af1..aed61c466 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/application-test.properties +++ b/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/application-test.properties @@ -24,4 +24,9 @@ blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.Improve blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect # Controller Blueprints Core Configuration blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy -blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
\ No newline at end of file +blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive + +blueprintsprocessor.restclient.primary-config-data.type=basic-auth +blueprintsprocessor.restclient.primary-config-data.url=http://127.0.0.1:9111 +blueprintsprocessor.restclient.primary-config-data.userId=sampleuser +blueprintsprocessor.restclient.primary-config-data.token=sampletoken
\ No newline at end of file |