From 7329591b6fbcf42cce68ec5f5f70e1d2ac1a0180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=8E=E8=97=A4=E3=80=80=E5=BF=AB=E6=96=97?= Date: Wed, 8 Mar 2023 12:00:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=88=E3=83=BC=E3=82=AF=E3=83=B3=E3=81=AE?= =?UTF-8?q?=E6=9C=89=E5=8A=B9=E6=9C=9F=E9=99=90=E3=82=92=E3=83=9F=E3=83=AA?= =?UTF-8?q?=E7=A7=92=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictation_server/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dictation_server/.env b/dictation_server/.env index 1fd4c98..8df9a0e 100644 --- a/dictation_server/.env +++ b/dictation_server/.env @@ -6,8 +6,8 @@ DB_ROOT_PASS=omdsdbpass DB_USERNAME=omdsdbuser DB_PASSWORD=omdsdbpass NO_COLOR=TRUE -ACCESS_TOKEN_LIFETIME_WEB=1600 -REFRESH_TOKEN_LIFETIME_WEB=86400 +ACCESS_TOKEN_LIFETIME_WEB=1600000 +REFRESH_TOKEN_LIFETIME_WEB=86400000 REFRESH_TOKEN_LIFETIME_DEFAULT=2592000 TENANT_NAME=adb2codmsdev -SIGNIN_FLOW_NAME=b2c_1_signin_dev \ No newline at end of file +SIGNIN_FLOW_NAME=b2c_1_signin_dev