diff --git a/app/config/eccube/packages/eccube.yaml b/app/config/eccube/packages/eccube.yaml index 057fde6622e..0a64bcc0ad9 100644 --- a/app/config/eccube/packages/eccube.yaml +++ b/app/config/eccube/packages/eccube.yaml @@ -11,7 +11,7 @@ parameters: env(ECCUBE_COOKIE_PATH): '/' env(ECCUBE_COOKIE_LIFETIME): '0' env(ECCUBE_GC_MAXLIFETIME): '1440' - env(ECCUBE_PACKAGE_API_URL): 'https://package-api-c2.ec-cube.net' + env(ECCUBE_PACKAGE_API_URL): 'https://package-api-c2.ec-cube.net/v42' env(ECCUBE_OWNERS_STORE_URL): 'https://www.ec-cube.net' env(ECCUBE_MAINTENANCE_FILE_PATH): '%kernel.project_dir%/.maintenance' env(ECCUBE_2FA_ENABLED): '1' diff --git a/src/Eccube/Resource/template/admin/Store/authentication_setting.twig b/src/Eccube/Resource/template/admin/Store/authentication_setting.twig index 799e5b82a1b..bb64eb0691c 100644 --- a/src/Eccube/Resource/template/admin/Store/authentication_setting.twig +++ b/src/Eccube/Resource/template/admin/Store/authentication_setting.twig @@ -31,7 +31,21 @@ file that was distributed with this source code.