exchange rate datasource supports Monetary Authority of Singapore

This commit is contained in:
MaysWind
2023-05-29 01:04:16 +08:00
parent 810bce7495
commit 49e62d35c3
5 changed files with 403 additions and 6 deletions
+7 -1
View File
@@ -111,7 +111,13 @@ enable_register = true
enable_export = true
[exchange_rates]
# Exchange rates data source, supports "euro_central_bank", "bank_of_canada", "reserve_bank_of_australia", "czech_national_bank", "national_bank_of_poland" currently
# Exchange rates data source, supports the following types:
# "euro_central_bank"
# "bank_of_canada"
# "reserve_bank_of_australia",
# "czech_national_bank"
# "national_bank_of_poland"
# "monetary_authority_of_singapore"
data_source = euro_central_bank
# Requesting exchange rates data timeout (0 - 4294967295 milliseconds), default is 10000 (10 seconds)