diff options
author | Rob Daugherty <rd472p@att.com> | 2018-08-27 13:28:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-27 13:28:30 +0000 |
commit | d96fcfe8117a72e26fb000c856692d35611aa629 (patch) | |
tree | fc278278b30c2c7d0ef30c71b107422d948c54d1 /mso-api-handlers/mso-requests-db/src/test/resources/application-test.yaml | |
parent | bd557056cdc7a9754f15e4021194b0e7349668f0 (diff) | |
parent | 22c813992a18915f8874976d371ffb55d63930bf (diff) |
Merge "request db access converted to rest"
Diffstat (limited to 'mso-api-handlers/mso-requests-db/src/test/resources/application-test.yaml')
-rw-r--r-- | mso-api-handlers/mso-requests-db/src/test/resources/application-test.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-requests-db/src/test/resources/application-test.yaml b/mso-api-handlers/mso-requests-db/src/test/resources/application-test.yaml index c8e90c3d8b..62ae4794f5 100644 --- a/mso-api-handlers/mso-requests-db/src/test/resources/application-test.yaml +++ b/mso-api-handlers/mso-requests-db/src/test/resources/application-test.yaml @@ -6,6 +6,10 @@ server: max-threads: 50 ssl-enable: false mso: + adapters: + requestDb: + auth: Basic YnBlbDptc28tZGItMTUwNyE= + endpoint: http://localhost:8081 site-name: localDevEnv logPath: logs # H2 |