rust_forum/configs/database_config.toml
Ahmet Kaan GÜMÜŞ 20af44c357 feat: sqlx
2024-12-03 21:33:42 +03:00

7 lines
No EOL
154 B
TOML

[database_config]
address = "localhost:5432"
username = "root"
password = "root"
database = "rust_forum"
backend = "postgres"
connection_pool_size = "100"