task(payments): Fix doc on accountsCdn config

Because:
- The doc string still referenced firefox accounts

This Commit:
- Updates the doc string to say Mozilla Accounts
This commit is contained in:
dschom 2024-03-15 12:00:06 -07:00
Родитель 38144f0f17
Коммит b70bdbb23f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F26AEE99174EE68B
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -352,7 +352,7 @@ const conf = convict({
accountsCdn: {
url: {
default: 'https://accounts-static.cdn.mozilla.net',
doc: 'The URL of the Firefox Accounts static content CDN',
doc: 'The URL of the Mozilla Accounts static content CDN',
env: 'FXA_STATIC_CDN_URL',
format: 'url',
},