Adding Server stubs for policy-api
[policy/api.git] / main / src / main / resources / application.yaml
index 41a3afd..305af94 100644 (file)
@@ -1,7 +1,6 @@
-server:
-  port: 6969
-
 spring:
+  profiles:
+    active: default
   security.user:
     name: policyadmin
     password: zb!XztG34
@@ -21,6 +20,11 @@ spring:
         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
 
+server:
+  port: 6969
+  servlet:
+    context-path: /policy/api/v1
+
 policy-api:
   name: ApiGroup
   aaf: false