Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

20 строки
594 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <webapi>
  11. <jwtauth>
  12. <jwt_alg>HS256</jwt_alg>
  13. <jwe_alg>A128GCM</jwe_alg>
  14. <customer_expiration>60</customer_expiration>
  15. <admin_expiration>60</admin_expiration>
  16. </jwtauth>
  17. </webapi>
  18. </default>
  19. </config>