Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- # Default configuration — values here are overridden by environment-specific
- # files (development.toml, production.toml) and then by environment variables.
-
- [server]
- host = "0.0.0.0"
- port = 8080
-
- [logging]
- level = "info"
-
- [database]
- url = "postgres://localhost/axum_api"
-
- [auth]
- jwt_secret = "change-me-in-production"
- token_expiry_seconds = 3600
|