
fix: 🚑 user_contact is not containing value feat: ✨ html mail system refactor: ♻️ axum 0.8 routing compatibility fix: 🚑 custom claim isn't working in jwt feat: ✨ token header extended compatibility
8 lines
179 B
TOML
8 lines
179 B
TOML
[database_config]
|
|
address = "localhost:5432"
|
|
username = "root"
|
|
password = "root"
|
|
database = "rust_forum"
|
|
backend = "postgres"
|
|
connection_pool_size = 100
|
|
default_user_role_id = 10
|