Correct demo configuration. (#575)

pull/578/head
Ryan Wang 2020-02-15 20:50:37 +08:00 committed by GitHub
parent 78c389b2d4
commit bffd213a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,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/db/halo url: jdbc:h2:file:~/halo-demo/db/halo
username: admin username: admin
password: 123456 password: 123456
@ -53,7 +53,7 @@ logging:
level: level:
run.halo.app: INFO run.halo.app: INFO
file: file:
path: ${user.home}/.halo/logs path: ${user.home}/halo-demo/logs
halo: halo:
download-timeout: 5m download-timeout: 5m