Update application-dev.yaml (#1469)

pull/1477/head
kid1412621 2021-09-09 11:51:20 +08:00 committed by GitHub
parent 71a2e5a52d
commit 35feddba18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ spring:
# H2 database configuration.
driver-class-name: org.h2.Driver
url: jdbc:h2:file:~/halo-dev/db/halo
url: jdbc:h2:file:~/halo-dev/db/halo;AUTO_SERVER=TRUE
username: admin
password: 123456
@ -69,4 +69,4 @@ halo:
auth-enabled: true
mode: development
workDir: ${user.home}/halo-dev/
cache: memory
cache: memory