Refactor m3uproxy configuration: update cache and data paths, adjust JSON structure for EPG and auth file
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"port": 8080,
|
||||
"playlist": "conf/playlist.json",
|
||||
"epg": "https://m3upt.com/epg",
|
||||
"epg": ["https://m3upt.com/epg"],
|
||||
"default_timeout": 3,
|
||||
"num_workers": 4,
|
||||
"scan_time": 43200,
|
||||
"epg_scan_time": 86400,
|
||||
"cache_dir": "cache",
|
||||
"security": {
|
||||
"geoip": {
|
||||
"database": "GeoIP/GeoLite2-Country.mmdb",
|
||||
@@ -26,7 +28,7 @@
|
||||
"provider": "file",
|
||||
"secret_key": "${m3uproxy_secret}",
|
||||
"settings": {
|
||||
"file_path": "cache/auth.json"
|
||||
"file_path": "data/auth.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user