This commit is contained in:
parent
9d9f8ae0a9
commit
1be09be9db
|
|
@ -51,6 +51,12 @@ COPY <<-EOT /data/config.json
|
||||||
"daemon": true,
|
"daemon": true,
|
||||||
"dry_run": false,
|
"dry_run": false,
|
||||||
"out_dir": "/data/vids",
|
"out_dir": "/data/vids",
|
||||||
|
"http_api": {
|
||||||
|
"enable": true,
|
||||||
|
"listen": "127.0.0.1:4416",
|
||||||
|
"auth_token_file": "/run/secrets/subsyt-token",
|
||||||
|
"queue_file": "/data/api-queue.json"
|
||||||
|
},
|
||||||
"provider": {
|
"provider": {
|
||||||
"youtube": {
|
"youtube": {
|
||||||
"verbose": false,
|
"verbose": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue