2024-11-26 22:30:25 +03:00
|
|
|
[database_config]
|
2024-12-02 23:56:43 +03:00
|
|
|
address = "localhost:5432"
|
2024-11-26 22:30:25 +03:00
|
|
|
username = "root"
|
|
|
|
password = "root"
|
2024-12-02 23:56:43 +03:00
|
|
|
database = "rust_forum"
|
2024-12-03 21:33:42 +03:00
|
|
|
backend = "postgres"
|
2025-01-23 21:34:54 +03:00
|
|
|
connection_pool_size = 100
|
|
|
|
default_user_role_id = 10
|