добавление полей работы с донесениями
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-01 19:34:39 +10:00
parent fa51ffae76
commit 843bdcfefd
2 changed files with 6 additions and 1 deletions

View File

@@ -11,7 +11,8 @@ LOG_FILE = os.path.join(BASE_DIR, "app.log")
# GPT сервер
# GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://45.129.78.228:8484')
GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://127.0.0.1:8484')
# GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://127.0.0.1:5500')
# GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://127.0.0.1:8080')
# Прокси
PROXIES_URL = "https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt"