зеркало из https://github.com/mozilla/fxa.git
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:
Родитель
38144f0f17
Коммит
b70bdbb23f
|
@ -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',
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче