summaryrefslogtreecommitdiffstats
path: root/policy-executor-stub/src/main/resources/application.yml
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-09-17 09:16:08 +0000
committerGerrit Code Review <gerrit@onap.org>2024-09-17 09:16:08 +0000
commit03d2e8607ecfa0502ea93335243c56752ee66f92 (patch)
treef98efaac373d9cbf0e4b4e97bb4aed24ed70571e /policy-executor-stub/src/main/resources/application.yml
parent3cf653576440e233d195e2e54851aec833ee9922 (diff)
parent6191d41c8d8ee20f0388172faf57e2bf8bbf8862 (diff)
Merge "Policy Executor API: Add Prefix in Yaml"
Diffstat (limited to 'policy-executor-stub/src/main/resources/application.yml')
-rw-r--r--policy-executor-stub/src/main/resources/application.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/policy-executor-stub/src/main/resources/application.yml b/policy-executor-stub/src/main/resources/application.yml
index f713a157fe..8ed5742a41 100644
--- a/policy-executor-stub/src/main/resources/application.yml
+++ b/policy-executor-stub/src/main/resources/application.yml
@@ -15,6 +15,5 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
-rest:
- api:
- policy-executor-base-path: /policy-executor/api
+server:
+ port: 8093