From ea4d4c8f0a4f2888af050bd403eb8922482d48df Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 27 Nov 2024 00:01:06 +0700 Subject: [PATCH] update config stag --- config/stag.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/stag.json b/config/stag.json index 646bf20..38a6041 100644 --- a/config/stag.json +++ b/config/stag.json @@ -1,7 +1,7 @@ { "app": { - "name": "Service Name", - "description": "Description of service", + "name": "Service User", + "description": "Purpose of this service is to provide authorization, roles, user activity and etc", "version": "1.0.0" }, "server": { @@ -20,5 +20,9 @@ "username": "postgres", "password": "r00t@dm1n05", "database": "bri-erp" + }, + "auth": { + "refresh_token_lifetime_day": 30, + "access_token_lifetime": 300 } }