13 lines
263 B
Plaintext
Raw Normal View History

2026-01-12 03:36:55 +00:00
# Common Database Defaults
# Default database configuration applied to all deployment modes
{
url = "ws://localhost:8000",
username = "root",
password = "",
database = "vapora",
pool_size = 20,
connection_timeout = 30,
max_idle_connections = 10,
}