mirror of
https://github.com/jakobkordez/ham-reserve.git
synced 2025-05-31 08:49:06 +00:00
5 lines
132 B
Bash
5 lines
132 B
Bash
MONGODB_URI=mongodb://localhost:27017/ham-reserve
|
|
JWT_REFRESH_SECRET=
|
|
JWT_REFRESH_EXPIRE=30d
|
|
JWT_ACCESS_SECRET=
|
|
JWT_ACCESS_EXPIRE=5m |