aboutsummaryrefslogtreecommitdiffstats
path: root/feature-distributed-locking/src/main/feature
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-05-09 09:14:08 -0400
committerJim Hahn <jrh3@att.com>2018-05-09 10:38:52 -0400
commit9e77037eb13279a69a38dd78f400365f16e220c1 (patch)
tree7817c2b6e33b21000a4f605e1b8d29d765a09468 /feature-distributed-locking/src/main/feature
parentc2a2a791a2d965b8984f9d582fe47770bb806602 (diff)
Change pooling property namev1.2.1
Removed "AMSTERDAM_" prefix from pooling topic property name. Added feature-specific conf file with pooling topic property. Enabled distributed locking DB properties. Change distributed locking DB name to "pooling" to match the code. Add default value to feature-specific conf file. Change "_" in default topic name to "-". Change-Id: I53de51787694e5920dc9ced07b5a9ac60bb63e45 Issue-ID: POLICY-782 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-distributed-locking/src/main/feature')
-rw-r--r--feature-distributed-locking/src/main/feature/config/feature-distributed-locking.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/feature-distributed-locking/src/main/feature/config/feature-distributed-locking.properties b/feature-distributed-locking/src/main/feature/config/feature-distributed-locking.properties
index ee4aa474..665f8227 100644
--- a/feature-distributed-locking/src/main/feature/config/feature-distributed-locking.properties
+++ b/feature-distributed-locking/src/main/feature/config/feature-distributed-locking.properties
@@ -19,10 +19,10 @@
###
#Database properties
-#javax.persistence.jdbc.driver= org.mariadb.jdbc.Driver
-#javax.persistence.jdbc.url=jdbc:mariadb://${{SQL_HOST}}:3306/locks
-#javax.persistence.jdbc.user=${{SQL_USER}}
-#javax.persistence.jdbc.password=${{SQL_PASSWORD}}
+javax.persistence.jdbc.driver= org.mariadb.jdbc.Driver
+javax.persistence.jdbc.url=jdbc:mariadb://${{SQL_HOST}}:3306/pooling
+javax.persistence.jdbc.user=${{SQL_USER}}
+javax.persistence.jdbc.password=${{SQL_PASSWORD}}
#This value is added to System.currentTimeMs to
#set expirationTime when a lock is obtained.