backend rewritten in rust #11
1 changed files with 4 additions and 0 deletions
|
@ -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