提交 3969a4c0 编写于 作者: J Jason Song

remove h2 default user and password

上级 8df85102
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.h2.console.enabled = true
spring.h2.console.settings.web-allow-others=true
\ No newline at end of file
spring.h2.console.settings.web-allow-others=true
......@@ -6,8 +6,6 @@ spring:
name: apollo-portal
datasource:
url: jdbc:h2:mem:~/fxapolloportaldb
username: sa
password: sa
logging:
level:
......@@ -15,4 +13,4 @@ logging:
file: /opt/logs/${ctrip.appid}/apollo-adminservice.log
ctrip:
appid: 100003173
\ No newline at end of file
appid: 100003173
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册