Spaces:
Paused
Paused
Update config.py
Browse files
config.py
CHANGED
|
@@ -10,7 +10,7 @@ _logger.setLevel(logging.INFO)
|
|
| 10 |
|
| 11 |
|
| 12 |
class Settings(BaseSettings):
|
| 13 |
-
proxy_url: str = "
|
| 14 |
port: int = 8025
|
| 15 |
imap_port: int = 11143
|
| 16 |
basic_password: str = ""
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
class Settings(BaseSettings):
|
| 13 |
+
proxy_url: str = "https://tight-mode-cf03.kpinquan.workers.dev"
|
| 14 |
port: int = 8025
|
| 15 |
imap_port: int = 11143
|
| 16 |
basic_password: str = ""
|