mirror of https://github.com/apache/cloudstack.git
replacing my IP by localhost to avoid problems with my environment
This commit is contained in:
parent
95395f9574
commit
869f0ad375
|
|
@ -20,7 +20,7 @@ DBPW=cloud
|
|||
DBROOTPW=
|
||||
MSLOG=vmops.log
|
||||
APISERVERLOG=api.log
|
||||
DBHOST=178.237.34.126
|
||||
DBHOST=localhost
|
||||
AGENTLOGDIR=logs
|
||||
AGENTLOG=logs/agent.log
|
||||
MSMNTDIR=/mnt
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ region.id=1
|
|||
db.cloud.username=cloud
|
||||
db.cloud.password=cloud
|
||||
db.root.password=changeme
|
||||
db.cloud.host=178.237.34.126
|
||||
db.cloud.host=localhost
|
||||
db.cloud.port=3306
|
||||
db.cloud.name=cloud
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ db.cloud.url.params=prepStmtCacheSize=517&cachePrepStmts=true&prepStmtCacheSqlLi
|
|||
# usage database settings
|
||||
db.usage.username=cloud
|
||||
db.usage.password=cloud
|
||||
db.usage.host=178.237.34.126
|
||||
db.usage.host=localhost
|
||||
db.usage.port=3306
|
||||
db.usage.name=cloud_usage
|
||||
|
||||
|
|
@ -61,14 +61,14 @@ db.usage.autoReconnect=true
|
|||
# awsapi database settings
|
||||
db.awsapi.username=cloud
|
||||
db.awsapi.password=cloud
|
||||
db.awsapi.host=178.237.34.126
|
||||
db.awsapi.host=localhost
|
||||
db.awsapi.port=3306
|
||||
db.awsapi.name=cloudbridge
|
||||
|
||||
# Simulator database settings
|
||||
db.simulator.username=cloud
|
||||
db.simulator.password=cloud
|
||||
db.simulator.host=178.237.34.126
|
||||
db.simulator.host=localhost
|
||||
db.simulator.port=3306
|
||||
db.simulator.name=simulator
|
||||
db.simulator.maxActive=250
|
||||
|
|
|
|||
Loading…
Reference in New Issue