Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Fix name of services URL host configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
987123879113 committed Jun 8, 2024
1 parent a1a0e3c commit 4c5185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Config struct {
Host string `yaml:"host"`
Port int `yaml:"port"`

ServicesUrl string `yaml:"services_url"`
ServicesUrl string `yaml:"services_host"`

Logging bool `yaml:"logging"`
} `yaml:"server"`
Expand Down

0 comments on commit 4c5185f

Please sign in to comment.