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,