diff --git a/modules/sbis_config.js b/modules/sbis_config.js index 594a4f6..1fbffce 100644 --- a/modules/sbis_config.js +++ b/modules/sbis_config.js @@ -9,3 +9,6 @@ //Система хранения МЧД exports.SMCHD_STORAGE_SYSTEM = "https://m4d.nalog.gov.ru/EMCHD/check-status"; + +//Время жизни токена аутентификации (в часах) +exports.NCTX_EXP = 20;