mirror of https://github.com/halo-dev/halo
Enable ansi output in the console
parent
e0ef35b0dd
commit
305eaa222c
|
@ -10,6 +10,9 @@ server:
|
|||
session:
|
||||
timeout: 86400s
|
||||
spring:
|
||||
output:
|
||||
ansi:
|
||||
enabled: always
|
||||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
|
||||
|
|
Loading…
Reference in New Issue