1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-20 22:08:20 +02:00

Add --web-root switch

This commit is contained in:
Philipp Heckel 2022-03-05 21:28:25 -05:00
parent 2743c96694
commit c5ce51f242
5 changed files with 56 additions and 38 deletions
server

View file

@ -64,6 +64,7 @@ type Config struct {
AttachmentExpiryDuration time.Duration
KeepaliveInterval time.Duration
ManagerInterval time.Duration
WebRootIsApp bool
AtSenderInterval time.Duration
FirebaseKeepaliveInterval time.Duration
SMTPSenderAddr string