yt-dlp-dags/config/redis_default_conn.json
2025-04-03 13:25:49 +03:00

14 lines
225 B
JSON

{
"redis_default":
{
"conn_type": "redis",
"host": "89.253.221.173",
"password": "PROVIDE_OUTSIDE_REPO",
"port": 52909,
"extra":
{
"db": 0
}
}
}