Add registry, ingest, timeline, tickets features

This commit is contained in:
2026-02-05 22:49:11 +03:00
parent 1aba59fca5
commit fe9e08f1a6
44 changed files with 3514 additions and 31 deletions

16
config.example.json Normal file
View 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"
}