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