aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.yml
diff options
context:
space:
mode:
authoraditya puthuparambil <aditya.puthuparambil@bell.ca>2021-07-26 15:40:09 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-26 15:40:09 +0000
commit082f738ad38057c2b010a3830d4c2b2d0d7b3d37 (patch)
tree70196314fd23bef0f84719ac60ebe575bb5b17ab /src/test/resources/application.yml
parentbc5644f4b972f4f000043dd6c99ec828bde39730 (diff)
parent22fe2165bed771fdd4c452891646076aecb22ac3 (diff)
Merge "generating swagger-ui and controller interface using openapi.yml"
Diffstat (limited to 'src/test/resources/application.yml')
-rw-r--r--src/test/resources/application.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml
index 3ac13a9..fb38742 100644
--- a/src/test/resources/application.yml
+++ b/src/test/resources/application.yml
@@ -12,11 +12,17 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
server:
port: 8080
+rest:
+ api:
+ base-path: /cps-temporal/api
+
spring:
datasource:
url: ${DB_URL}