mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 13:56:55 +02:00

Add docker support It's self-contained so should not interfere with anything else and can easily be thrown out if nobody wants it anymore.
11 lines
293 B
JSON
11 lines
293 B
JSON
{
|
|
"save_loc": "/elasticsearch-sync/pos.json",
|
|
"mysql_host": "mariadb",
|
|
"mysql_port": 3306,
|
|
"mysql_user": "nyaadev",
|
|
"mysql_password": "ZmtB2oihHFvc39JaEDoF",
|
|
"database": "nyaav2",
|
|
"internal_queue_depth": 10000,
|
|
"es_chunk_size": 10000,
|
|
"flush_interval": 5
|
|
}
|