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