aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/main/resources/application.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0db1792..ff70e46 100644..100755
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,6 @@
# ============LICENSE_START=======================================================
# Copyright (c) 2021 Bell Canada.
+# Modifications Copyright (C) 2021 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -16,7 +17,7 @@
spring:
datasource:
- url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/${DB_NAME}
+ url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/cpstemporaldb
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
liquibase: