rewored monetix gateawy to port 8084

This commit is contained in:
Stephan D
2025-12-05 03:39:59 +01:00
parent fd07c10cba
commit 85fb567ed9
6 changed files with 8 additions and 8 deletions

View File

@@ -226,7 +226,7 @@ type callbackRuntimeConfig struct {
func (i *Imp) resolveCallbackConfig(cfg callbackConfig) (callbackRuntimeConfig, error) {
addr := strings.TrimSpace(cfg.Address)
if addr == "" {
addr = ":8080"
addr = ":8084"
}
path := strings.TrimSpace(cfg.Path)
if path == "" {