Skip to content

Commit

Permalink
relay: Add relay_sync_url to relay configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Feb 26, 2024
1 parent 3b8f7ec commit 21a51e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/proxy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ def get_config(self):
"relay_configs": relay_configs,
"reload_interval": self.reload_interval,
"relay_sync_duration": self.relay_sync_duration,
"relay_sync_url": self.api_endpoint,
}
if self.web_host and self.web_port:
cfg["web_host"] = self.web_host
Expand Down

0 comments on commit 21a51e5

Please sign in to comment.