feat: ✨ read configs
This commit is contained in:
parent
00e488a391
commit
fdb9609514
7 changed files with 167 additions and 1 deletions
6
configs/database_config.toml
Normal file
6
configs/database_config.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[database_config]
|
||||
address = "localhost:8000"
|
||||
username = "root"
|
||||
password = "root"
|
||||
namespace = "rust_forum"
|
||||
database = "rust_forum"
|
Loading…
Add table
Add a link
Reference in a new issue