mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-17 10:03:13 +02:00
Tests, client tests WIP
This commit is contained in:
parent
68d881291c
commit
6a7e9071b6
7 changed files with 104 additions and 30 deletions
server
|
@ -52,9 +52,9 @@ type Config struct {
|
|||
}
|
||||
|
||||
// NewConfig instantiates a default new server config
|
||||
func NewConfig(listenHTTP string) *Config {
|
||||
func NewConfig() *Config {
|
||||
return &Config{
|
||||
ListenHTTP: listenHTTP,
|
||||
ListenHTTP: DefaultListenHTTP,
|
||||
ListenHTTPS: "",
|
||||
KeyFile: "",
|
||||
CertFile: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue