Skip to content

Commit d84c8c4

Browse files
committed
change database
1 parent bcdcb53 commit d84c8c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
cachecloud.db.url = jdbc:mysql://10.10.19.167:3306/cachecloud-open
2-
cachecloud.db.user = pvdm
3-
cachecloud.db.password = pvdm
1+
cachecloud.db.url = jdbc:mysql://127.0.0.1:3306/cache-cloud
2+
cachecloud.db.user = cachecloud
3+
cachecloud.db.password =
44
cachecloud.maxPoolSize = 20
55

66
isClustered = true
77
isDebug = true
88
spring-file = classpath:spring/spring-local.xml
9-
log_base = ./
9+
log_base = /opt/cachecloud-web/logs
1010
web.port = 9999
11-
log.level = WARN
11+
log.level = INFO

0 commit comments

Comments
 (0)