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.
|
# H2 database configuration.
|
||||||
driver-class-name: org.h2.Driver
|
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
|
username: admin
|
||||||
password: 123456
|
password: 123456
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue