diff --git a/config/default.json b/config/default.json index c3bee5b..766e0b2 100644 --- a/config/default.json +++ b/config/default.json @@ -31,7 +31,7 @@ }, "auth": { "refresh_token_lifetime_day": 30, - "access_token_lifetime": 86400, + "access_token_lifetime": 2592000, "reset_password_url": "https://tcelanatl.shiblysolution.id/auth/reset-password/" }, "service": { diff --git a/config/docker.json b/config/docker.json index f5476c2..f962a48 100644 --- a/config/docker.json +++ b/config/docker.json @@ -31,7 +31,7 @@ }, "auth": { "refresh_token_lifetime_day": 30, - "access_token_lifetime": 86400, + "access_token_lifetime": 2592000, "reset_password_url": "http://localhost:9080/auth/reset-password/" }, "service": { diff --git a/config/prod.json b/config/prod.json index 6dbca5a..739cbb2 100644 --- a/config/prod.json +++ b/config/prod.json @@ -30,7 +30,7 @@ }, "auth": { "refresh_token_lifetime_day": 30, - "access_token_lifetime": 86400, + "access_token_lifetime": 2592000, "reset_password_url": "http://10.64.1.10:9080/auth/reset-password/" }, "service": { diff --git a/config/stag.json b/config/stag.json index 98b234b..2279088 100644 --- a/config/stag.json +++ b/config/stag.json @@ -29,8 +29,8 @@ "logging": true }, "auth": { - "refresh_token_lifetime_day": 1, - "access_token_lifetime": 86400, + "refresh_token_lifetime_day": 30, + "access_token_lifetime": 2592000, "reset_password_url": "https://his.shiblysolution.id/ukln/auth/reset-password/" }, "service": {