refactor: cassete max capacity to constants file
This commit is contained in:
parent
e3f57716fe
commit
75fa4e703c
2 changed files with 7 additions and 2 deletions
|
|
@ -3,12 +3,15 @@ const anonymousCustomer = {
|
|||
name: 'anonymous'
|
||||
}
|
||||
|
||||
const cassetteMaxCapacity = 500
|
||||
|
||||
const AUTHENTICATOR_ISSUER_ENTITY = 'Lamassu'
|
||||
const AUTH_TOKEN_EXPIRATION_TIME = '30 minutes'
|
||||
const REGISTRATION_TOKEN_EXPIRATION_TIME = '30 minutes'
|
||||
|
||||
module.exports = {
|
||||
anonymousCustomer,
|
||||
cassetteMaxCapacity,
|
||||
AUTHENTICATOR_ISSUER_ENTITY,
|
||||
AUTH_TOKEN_EXPIRATION_TIME,
|
||||
REGISTRATION_TOKEN_EXPIRATION_TIME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue