Skip to content

Commit f3ce7de

Browse files
Fix proxy config toml bug (#241)
1 parent 121d11a commit f3ce7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/config/config.toml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ sync_as_client_cron_expression = "0 * * * *"
164164
calc_recom_score_cron_expression = "0 1 * * *"
165165

166166
[proxy]
167-
hosts = "opencsg.com;sync.opencsg.com"
167+
hosts = ["opencsg.com", "sync.opencsg.com"]

0 commit comments

Comments
 (0)