diff options
Diffstat (limited to 'cps-nf-proxy-rest/src/test/resources/application.yml')
-rw-r--r-- | cps-nf-proxy-rest/src/test/resources/application.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-nf-proxy-rest/src/test/resources/application.yml b/cps-nf-proxy-rest/src/test/resources/application.yml new file mode 100644 index 0000000000..fed1559b8b --- /dev/null +++ b/cps-nf-proxy-rest/src/test/resources/application.yml @@ -0,0 +1,5 @@ + +rest: + api: + xnf-base-path: /xnf-proxy/api +spring: |