16 lines
401 B
Plaintext
16 lines
401 B
Plaintext
## Server
|
|
jwt_web_adress=":3001"
|
|
|
|
## Postgres
|
|
jwt_db_user="jwtserver"
|
|
jwt_db_pass="jwtserver"
|
|
jwt_db_name="jwtserver"
|
|
jwt_db_host="localhost"
|
|
|
|
## JWT
|
|
jwt_subject="factory"
|
|
jwt_audience="risotto"
|
|
jwt_access_token_password="NotSoSecretJwtAccessSecretPassword"
|
|
jwt_refresh_token_password="NotSoSecretJwtRefreshSecretPassword"
|
|
jwt_access_expiration=30 ## in seconds
|
|
jwt_refresh_expiration=2 ## in minutes |