17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"http_addr": "127.0.0.1:9999",
|
|
"read_timeout_seconds": 120,
|
|
"write_timeout_seconds": 300,
|
|
"shutdown_grace_seconds": 10,
|
|
"database_dsn": "",
|
|
"database": {
|
|
"user": "reanimator",
|
|
"password": "changeme",
|
|
"host": "127.0.0.1",
|
|
"port": 3306,
|
|
"name": "reanimator",
|
|
"params": "parseTime=true"
|
|
},
|
|
"migrations_dir": "migrations"
|
|
}
|