🚀 Features:
-
Breaking change: The
vccapikey
setting is now a list. It is possible to
add multiple VCCAPIKEYs. This will be helpful if you are extending your 10.000 call limit some times.
Change your vccapikey config like this:Old:
"vccapikey": "vccapikey1"
New:
vccapikey: - vccapikey1 - vccapikey2 - vccapikey3 - etc.
More information about this feature here.