From 21d1a4e13bf02a61be6063709a1398a95506e5d4 Mon Sep 17 00:00:00 2001 From: Falknat <> Date: Thu, 2 Oct 2025 09:17:57 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Исправление изначальных данных --- .gitignore | 1 - WebServer/config.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a2de2f2..5934af0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # Исключения myapp.exe .vscode/ -WebServer/www/home.voxsel.ru WebServer/cert/* !WebServer/cert/no_cert/ WebServer/tools/logs/* diff --git a/WebServer/config.json b/WebServer/config.json index c6790ec..060304b 100644 --- a/WebServer/config.json +++ b/WebServer/config.json @@ -21,7 +21,7 @@ ], "Soft_Settings": { - "mysql_host": "192.168.1.6", + "mysql_host": "127.0.0.1", "mysql_port": 3306, "php_host": "localhost", "php_port": 8000,