Removed trailing space from the end of the password for mysql
This commit is contained in:
parent
78e842eab3
commit
59085e1d2f
@ -4,4 +4,4 @@ maintainer_email "hpcs-mon-som@hp.com"
|
||||
license "All rights reserved"
|
||||
description "Installs/Configures mon_api"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "0.0.1"
|
||||
version "0.0.2"
|
||||
|
@ -37,7 +37,7 @@ database:
|
||||
driverClass: com.mysql.jdbc.Driver
|
||||
url: jdbc:mysql://<%= @creds['mysql']['hostname']%>:3306/<%=@creds['mysql']['schema']%>?connectTimeout=5000&autoReconnect=true
|
||||
user: <%=@creds['mysql']['username'] %>
|
||||
password: <%=@creds['mysql']['password'] %>
|
||||
password: <%=@creds['mysql']['password'] %>
|
||||
maxWaitForConnection: 1s
|
||||
validationQuery: "/* MyService Health Check */ SELECT 1"
|
||||
minSize: 8
|
||||
@ -65,4 +65,4 @@ middleware:
|
||||
connPoolMinIdleTime: 600000
|
||||
connRetryTimes: 2
|
||||
connRetryInterval: 50
|
||||
rolesToMatch: [user, domainuser, domainadmin]
|
||||
rolesToMatch: [user, domainuser, domainadmin]
|
||||
|
Loading…
x
Reference in New Issue
Block a user