generated from wessel/boilerplate
13 lines
185 B
TOML
13 lines
185 B
TOML
[database]
|
|
host = "localhost"
|
|
port = 5432
|
|
dbname = "imu_data"
|
|
user = "postgres"
|
|
password = "postgres"
|
|
timeout = 30
|
|
ssl = false
|
|
|
|
[database.pool]
|
|
min_connections = 1
|
|
max_connections = 10
|