| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- # 测试任务,这里配置以后任务轮转函数直接使用这个任务
- TEST_TASK = None
- # TEST_TASK = {
- # "status": "running",
- # "priority": 10,
- # "config": {
- # "select": "random",
- # "alias_email": "mariaandrews2240@gmail-app.com",
- # "time_filter": ["AM","PM"],
- # "exclude_dates": [],
- # "include_today": True,
- # "allowed_weekdays": [1,2,3,4,5],
- # "include_tomorrow": True
- # },
- # "user_inputs": {
- # "email": "mariaandrews2240@gmail-app.com",
- # "password": "Visafly@111",
- # "username": "mariaandrews2240@gmail-app.com",
- # "support_pta": False,
- # "expected_end_date": "2026-06-30",
- # "expected_start_date": "2026-05-01"
- # },
- # "grabbed_history": {},
- # "meta": None,
- # "id": 0,
- # "order_id": "ORD-20260415100806-0fdee58d",
- # "routing_key": "auto.slot.lon.fr.tourist",
- # "script_version": "latest",
- # "attempt_count": 0,
- # "notify_count": 0,
- # "created_at": "2000-01-01T01:00:00",
- # "updated_at": "2000-01-01T01:00:00",
- # "expire_at": "2000-01-01T01:00:00"
- # }
- # 测试账号,这里配置以后账号轮转函数直接使用这个账号
- TEST_ACCOUNT = None
- # TEST_ACCOUNT = {
- # "pool_name": "tls.gb.fr.sentinel",
- # "username": "robertolord2257@gmail-app.com",
- # "password": "Visafly@111",
- # "extra_data": {},
- # "status": "active",
- # "next_use_time": "2000-01-01T01:00:00",
- # "id": 0,
- # "created_at": "2000-01-01T01:00:00",
- # "updated_at": "2000-01-01T01:00:00"
- # }
- # 测试代理,这里配置以后ip轮转函数直接使用这个代理
- TEST_PROXY = None
- # TEST_PROXY = {
- # "pool_name": "local",
- # "proto": "http",
- # "ip": "127.0.0.1",
- # "port": 7890,
- # "username": "",
- # "password": "",
- # "id": 0
- # }
- # Chrome bin 的路径, 这个优先级最高,其次CHROME_BIN 的环境变量,最后系统默认值
- CHROME_PATH = None
- # CHROME_PATH = "E:/ungoogled-chromium_144.0.7559.132-1.1_windows_x64/chrome.exe"
- # Mohomo bin 的路径, 这个优先级最高,其次MIHOMO_BIN 的环境变量,最后系统默认值
- MIHOMO_BIN_PATH = None
- # MIHOMO_BIN_PATH = 'mihomo-windows-amd64-alpha-98aa7e6/mihomo-windows-amd64.exe'
- # proxy tunnel 中继节点, 列表中随机选择
- MIHOMO_RELAY_NODES = None
- # MIHOMO_RELAY_NODES = [
- # {
- # "name": "RelayNode jp 01 | 1x",
- # "type": "ss",
- # "server": "odko6qmr.mobilfunk.top",
- # "port": 12012,
- # "cipher": "aes-128-gcm",
- # "password": "haMLMXirByn6rGVh",
- # "plugin": "obfs",
- # "plugin-opts": {
- # "mode": "http",
- # "host": "c0f69828a7c1.microsoft.com"
- # },
- # "udp": True
- # },
- # {
- # "name": "RelayNode hk 01丨1x",
- # "type": "ss",
- # "server": "e0405950-3002-4dc8-860b-8fac3ffdd76c.drive-glicloudccp.com",
- # "port": 12022,
- # "cipher": "aes-128-gcm",
- # "password": "haMLMXirByn6rGVh",
- # "plugin": "obfs",
- # "plugin-opts": {
- # "mode": "http",
- # "host": "c0f69828a7c1.microsoft.com"
- # },
- # "udp": True
- # },
- # {
- # "name": "RelayNode hk 02丨1x",
- # "type": "ss",
- # "server": "e0405950-3002-4dc8-860b-8fac3ffdd76c.drive-glicloudccp.com",
- # "port": 12023,
- # "cipher": "aes-128-gcm",
- # "password": "haMLMXirByn6rGVh",
- # "plugin": "obfs",
- # "plugin-opts": {
- # "mode": "http",
- # "host": "c0f69828a7c1.microsoft.com"
- # },
- # "udp": True
- # },
- # {
- # "name": "RelayNode hk 03丨1x",
- # "type": "ss",
- # "server": "e0405950-3002-4dc8-860b-8fac3ffdd76c.drive-glicloudccp.com",
- # "port": 12024,
- # "cipher": "aes-128-gcm",
- # "password": "haMLMXirByn6rGVh",
- # "plugin": "obfs",
- # "plugin-opts": {
- # "mode": "http",
- # "host": "c0f69828a7c1.microsoft.com"
- # },
- # "udp": True
- # }
- # ]
- # 临时测试预约提交
- TLS_TEST_BOOK_AFTER_QUERY = False
|