change .env.example to implement JWT secrets
This commit is contained in:
parent
502a80df95
commit
e15761eb39
|
@ -3,6 +3,10 @@ DB_URL= # JDBC URL
|
|||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
|
||||
# JWT secret key
|
||||
JWT_SECRET_KEY=
|
||||
JWT_EXPIRATION_TIME=
|
||||
|
||||
# Minio S3 section
|
||||
MINIO_ACCESS_KEY=
|
||||
MINIO_SECRET_KEY=
|
Loading…
Reference in a new issue