7 lines
No EOL
154 B
TOML
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" |