mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-01-18 16:17:26 +01:00
9 lines
141 B
Go
9 lines
141 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
func init() {
|
|
DefaultConfigFile = "/etc/ntfy/server.yml"
|
|
DefaultTemplateDir = "/etc/ntfy/templates"
|
|
}
|