mirror of
https://github.com/thanipro/Axum-Rust-Rest-Api-Template
synced 2024-11-10 06:04:16 +00:00
4 lines
104 B
Text
4 lines
104 B
Text
|
PORT=8002
|
||
|
JWT_SECRET=secret
|
||
|
JWT_TTL_IN_MINUTES=30
|
||
|
DATABASE_URL=mysql://test-api:test@localhost:3306/test
|