Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- # 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
|