Commit 3c70e9af by Yiming Liu

Merge pull request #34 from nobodyiam/remove-password

remove h2 default user and password
parents 8df85102 3969a4c0
spring.datasource.url = jdbc:h2:mem:~/fxapolloconfigdb;mode=mysql spring.datasource.url = jdbc:h2:mem:~/fxapolloconfigdb;mode=mysql
spring.datasource.username = sa
spring.datasource.password =
spring.jpa.hibernate.naming_strategy=org.hibernate.cfg.EJB3NamingStrategy spring.jpa.hibernate.naming_strategy=org.hibernate.cfg.EJB3NamingStrategy
spring.h2.console.enabled = true spring.h2.console.enabled = true
spring.h2.console.settings.web-allow-others=true spring.h2.console.settings.web-allow-others=true
\ No newline at end of file
...@@ -6,8 +6,6 @@ spring: ...@@ -6,8 +6,6 @@ spring:
name: apollo-portal name: apollo-portal
datasource: datasource:
url: jdbc:h2:mem:~/fxapolloportaldb url: jdbc:h2:mem:~/fxapolloportaldb
username: sa
password: sa
logging: logging:
level: level:
...@@ -15,4 +13,4 @@ logging: ...@@ -15,4 +13,4 @@ logging:
file: /opt/logs/${ctrip.appid}/apollo-adminservice.log file: /opt/logs/${ctrip.appid}/apollo-adminservice.log
ctrip: ctrip:
appid: 100003173 appid: 100003173
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment