mirror of
https://github.com/halfwaystudent/douyin-sparkflow.git
synced 2026-07-10 23:11:24 +08:00
Sync deployed SparkFlow reliability updates
This commit is contained in:
@@ -26,6 +26,13 @@ DEFAULT_CONFIG = {
|
||||
"useProtocolSender": True,
|
||||
"protocolDryRun": False,
|
||||
"browserSenderAccounts": [],
|
||||
"persistentBrowserProfiles": {
|
||||
"enabled": False,
|
||||
"root": "/opt/douyin-sparkflow/state/browser-profiles",
|
||||
"seedCookiesWhenEmpty": True,
|
||||
"syncStoredCookiesBeforeRun": True,
|
||||
"refreshStoredCookiesAfterLogin": True,
|
||||
},
|
||||
"sendStrategy": {
|
||||
"shuffleTargets": True,
|
||||
"accountStartDelaySecondsMin": 0,
|
||||
@@ -56,10 +63,13 @@ DEFAULT_APP_SETTINGS = {
|
||||
"ui_host": "0.0.0.0",
|
||||
"ui_port": 8787,
|
||||
"login_poll_interval_seconds": 1,
|
||||
"ops_log_file": "/app/logs/douyin-sparkflow.log",
|
||||
"ops_log_file": "/var/log/douyin-sparkflow.log",
|
||||
"proxy_refresh_script": "/opt/douyin-sparkflow/refresh_proxy.sh",
|
||||
"local_login_helper_url": "http://127.0.0.1:18765",
|
||||
"login_desktop_api_url": "http://127.0.0.1:18090",
|
||||
"login_desktop_public_url": "",
|
||||
"login_desktop_public_scheme": "http",
|
||||
"login_desktop_public_port": 8788,
|
||||
"server_host": "",
|
||||
"server_username": "",
|
||||
"server_password": "",
|
||||
|
||||
Reference in New Issue
Block a user