mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 21:33:22 +01:00
Add TEST_NOTIF variable (#79)
Co-authored-by: Uli <github@uli-fahrer.de>
This commit is contained in:
@@ -10,5 +10,5 @@ type Cli struct {
|
||||
LogLevel string `kong:"name='log-level',env='LOG_LEVEL',default='info',help='Set log level.'"`
|
||||
LogJSON bool `kong:"name='log-json',env='LOG_JSON',default='false',help='Enable JSON logging output.'"`
|
||||
LogCaller bool `kong:"name='log-caller',env='LOG_CALLER',default='false',help='Add file:line of the caller to log output.'"`
|
||||
TestNotif bool `kong:"name='test-notif',default='false',help='Test notification settings.'"`
|
||||
TestNotif bool `kong:"name='test-notif',env='TEST_NOTIF',default='false',help='Test notification settings.'"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user