This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues or pull requests.
automation/integration/ntfy/config.go
Dreaded_X 9f4be2d76e
All checks were successful
continuous-integration/drone/push Build is passing
Implemented better config system
2022-11-16 05:20:59 +01:00

6 lines
98 B
Go

package ntfy
type Config struct {
Presence string `yaml:"presence" envconfig:"NTFY_PRESENCE"`
}