6 lines
No EOL
125 B
TOML
6 lines
No EOL
125 B
TOML
[database_config]
|
|
address = "localhost:5432"
|
|
username = "root"
|
|
password = "root"
|
|
database = "rust_forum"
|
|
backend = "postgres" |