You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,16 @@ Example:
408
408
REMOTE_STORAGE_AWSS3_PREFIX=local
409
409
```
410
410
411
+
### MAGENTO_ADMIN_WEBAPI_TOKEN_LIFETIME
412
+
413
+
The lifetime (in seconds) of Magento Admin WebAPI token; if token is older than this value a refresh attempt will be made just before the next WebAPI call.
Copy file name to clipboardExpand all lines: etc/config/.env.example
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,4 +72,8 @@ BROWSER_LOG_BLOCKLIST=other
72
72
73
73
#*** Elastic Search version used for test ***#
74
74
ELASTICSEARCH_VERSION=7
75
+
76
+
#*** Lifetime (in seconds) of Magento Admin WebAPI Token; if token is older than this value a refresh attempt will be made just before the next WebAPI call ***#
0 commit comments