使用 api_config.json
This commit is contained in:
12
api_config.json
Normal file
12
api_config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"database_name": "/tmp/music.sqlite3",
|
||||
"addr": ":8080",
|
||||
"token": "!! config your very strong token here !!",
|
||||
"ffmpeg_configs": {
|
||||
"0. OPUS 128k": {"args": "-c:a libopus -ab 128k"},
|
||||
"OPUS 96k": {"args": "-c:a libopus -ab 96k"},
|
||||
"OPUS 256k": {"args": "-c:a libopus -ab 256k"},
|
||||
"AAC 128k": {"args": "-c:a aac -ab 128k"},
|
||||
"AAC 256k": {"args": "-c:a aac -ab 256k"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user