feat: read configs

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-26 22:30:25 +03:00
parent 00e488a391
commit fdb9609514
7 changed files with 167 additions and 1 deletions

View file

@ -0,0 +1,6 @@
[database_config]
address = "localhost:8000"
username = "root"
password = "root"
namespace = "rust_forum"
database = "rust_forum"

View file

@ -0,0 +1,2 @@
[server_config]
address = "localhost:2344"