feat: get latest exchange rate from third party services

This commit is contained in:
Ahmed Bouhuolia
2024-01-28 15:52:54 +02:00
parent 21eb88ef53
commit ac7175d83b
7 changed files with 224 additions and 340 deletions

View File

@@ -169,4 +169,14 @@ module.exports = {
* to application detarmines to upgrade.
*/
databaseBatch: 4,
/**
* Exchange rate.
*/
exchangeRate: {
service: 'open-exchange-rate',
openExchangeRate: {
appId: process.env.OPEN_EXCHANGE_RATE_APP_ID,
}
}
};