Add registry, ingest, timeline, tickets features
This commit is contained in:
16
config.example.json
Normal file
16
config.example.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"http_addr": "127.0.0.1:9999",
|
||||
"read_timeout_seconds": 10,
|
||||
"write_timeout_seconds": 15,
|
||||
"shutdown_grace_seconds": 10,
|
||||
"database_dsn": "",
|
||||
"database": {
|
||||
"user": "reanimator",
|
||||
"password": "reanimator",
|
||||
"host": "127.0.0.1",
|
||||
"port": 3306,
|
||||
"name": "reanimator",
|
||||
"params": "parseTime=true"
|
||||
},
|
||||
"migrations_dir": "migrations"
|
||||
}
|
||||
Reference in New Issue
Block a user