Axum-Rust-Rest-Api-Template/.env.example

4 lines
104 B
Text
Raw Normal View History

PORT=8002
JWT_SECRET=secret
JWT_TTL_IN_MINUTES=30
DATABASE_URL=mysql://test-api:test@localhost:3306/test