Skip to content

Commit

Permalink
Fix proxy config toml bug (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulltheflower authored Jan 13, 2025
1 parent 121d11a commit f3ce7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ sync_as_client_cron_expression = "0 * * * *"
calc_recom_score_cron_expression = "0 1 * * *"

[proxy]
hosts = "opencsg.com;sync.opencsg.com"
hosts = ["opencsg.com", "sync.opencsg.com"]

0 comments on commit f3ce7de

Please sign in to comment.