You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
232 B
YAML

server:
port: 3100
db:
type: 'postgres'
port: '5434'
sid: 'appliq-dummy'
jwt:
expiresIn: 3600
otp:
expiresIn: 5
crypto:
accessToken: 'accessToken@#123'
refreshToken: 'refreshToken@#123'
commonKey: 'APPLIQ'