mirror of https://github.com/halo-dev/halo
Update application-dev.yaml (#1469)
parent
71a2e5a52d
commit
35feddba18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue