We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdcb53 commit d84c8c4Copy full SHA for d84c8c4
cachecloud-open-web/src/main/swap/local.properties
@@ -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
+cachecloud.db.url = jdbc:mysql://127.0.0.1:3306/cache-cloud
+cachecloud.db.user = cachecloud
+cachecloud.db.password =
4
cachecloud.maxPoolSize = 20
5
6
isClustered = true
7
isDebug = true
8
spring-file = classpath:spring/spring-local.xml
9
-log_base = ./
+log_base = /opt/cachecloud-web/logs
10
web.port = 9999
11
-log.level = WARN
+log.level = INFO
0 commit comments