Updated settings.general (markdown)

HojouFotytu 2021-02-19 12:36:25 +09:00
parent a2ecf94d00
commit 601991cf3e
1 changed files with 2 additions and 2 deletions

@ -59,7 +59,7 @@ Number of minutes to wait before switching the global settings after they have b
`Expected values: Integer`
### CoinMarketCapAPIKey
If you wish to use CoinMarketCap market data, you will need to enter your CoinMarketCap account API here. (see [2.0.5 Patch details](https://github.com/PTMagicians/PTMagic/releases/tag/2.0.5)) for more information. If you aren't using CMC the value should be null. Required.
If you wish to use CoinMarketCap market data, you will need to create an [API key here](https://pro.coinmarketcap.com/). Keep in mind, the free CoinMarketCap account has a limited number of API calls available per day (roughly once every 5 minutes when last checked). (see [2.0.5 Patch details](https://github.com/PTMagicians/PTMagic/releases/tag/2.0.5)) for more information. If you aren't using CMC the value should be null. Required.
`Default: ""`
`Expected values: String`
@ -71,7 +71,7 @@ You must assign a server API token in the file **application.properties** in you
`Expected values: String`
### FreeCurrencyConverterAPIKey
If you wish to us a non-USD currency for "MainFiatCurrency" the you need to create an API key at https://free.currencyconverterapi.com/free-api-key and enter it here. If you are using USD, the value can be null. Required.
If you wish to us a non-USD currency for "MainFiatCurrency" the you need to create an API key at https://free.currencyconverterapi.com/free-api-key and enter it here. If you are using USD, the value should be null. Required.
`Default: ""`
`Expected values: String`