mirror of
https://github.com/pushbits/server.git
synced 2025-06-01 18:22:02 +02:00
add coloring option for title
This commit is contained in:
parent
567c814968
commit
fe1cbdf79e
7 changed files with 102 additions and 24 deletions
|
@ -42,7 +42,8 @@ type Configuration struct {
|
|||
Security struct {
|
||||
CheckHIBP bool `default:"false"`
|
||||
}
|
||||
Crypto CryptoConfig
|
||||
Crypto CryptoConfig
|
||||
Message map[string]interface{}
|
||||
}
|
||||
|
||||
func configFiles() []string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue