mirror of https://github.com/halo-dev/halo
Disable cache in development environment
parent
fa9cf826ee
commit
c293379b66
|
@ -10,6 +10,8 @@ server:
|
||||||
session:
|
session:
|
||||||
timeout: 86400s
|
timeout: 86400s
|
||||||
spring:
|
spring:
|
||||||
|
cache:
|
||||||
|
type: none
|
||||||
output:
|
output:
|
||||||
ansi:
|
ansi:
|
||||||
enabled: always
|
enabled: always
|
||||||
|
|
Loading…
Reference in New Issue