techdj/config.example.json

17 lines
335 B
JSON

{
"_comment": "TechDJ Pro - Configuration File. Copy to config.json and edit.",
"host": "0.0.0.0",
"dj_port": 5000,
"listener_port": 5001,
"dj_panel_password": "",
"secret_key": "",
"music_folder": "",
"stream_bitrate": "192k",
"max_upload_mb": 500,
"cors_origins": "*",
"debug": false
}