expose debug server for missing extensions

This commit is contained in:
Willy Kloucek
2022-05-18 15:24:39 +02:00
parent 75e770956b
commit ba120b61ef
5 changed files with 18 additions and 0 deletions
@@ -16,6 +16,9 @@ func FullDefaultConfig() *config.Config {
func DefaultConfig() *config.Config {
return &config.Config{
Debug: config.Debug{
Addr: "127.0.0.1:9174",
},
Service: config.Service{
Name: "notifications",
},