ip
This commit is contained in:
@@ -9,8 +9,8 @@ DOCUMENTS_DIR = os.path.join(BASE_DIR, "documents")
|
|||||||
LOG_FILE = os.path.join(BASE_DIR, "app.log")
|
LOG_FILE = os.path.join(BASE_DIR, "app.log")
|
||||||
|
|
||||||
# GPT сервер
|
# GPT сервер
|
||||||
GPT_SERVER_URL = os.getenv('GPT_SERVER_URL', 'http://45.129.78.228:8484')
|
# 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:8484')
|
||||||
|
|
||||||
# Прокси
|
# Прокси
|
||||||
PROXIES_URL = "https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt"
|
PROXIES_URL = "https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user