rust_forum/configs/database_config.toml
Ahmet Kaan GÜMÜŞ fdb9609514 feat: read configs
2024-11-26 22:30:25 +03:00

6 lines
No EOL
129 B
TOML

[database_config]
address = "localhost:8000"
username = "root"
password = "root"
namespace = "rust_forum"
database = "rust_forum"