Update application-user.yaml

pull/167/head^2
Ryan Wang 2019-05-21 17:13:13 +08:00 committed by John Niang
parent 7ed2263908
commit 4eb222825f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ spring:
# H2Database 配置,如果你需要使用 MySQL请注释掉该配置并取消注释 MySQL 的配置。
driver-class-name: org.h2.Driver
url: jdbc:h2:file:~/halo/db/halo
url: jdbc:h2:file:~/.halo/db/halo
username: admin
password: 123456