Исправление данных

Исправление изначальных данных
This commit is contained in:
Falknat
2025-10-02 09:17:57 +07:00
parent 93bed4a458
commit 21d1a4e13b
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,7 +1,6 @@
# Исключения # Исключения
myapp.exe myapp.exe
.vscode/ .vscode/
WebServer/www/home.voxsel.ru
WebServer/cert/* WebServer/cert/*
!WebServer/cert/no_cert/ !WebServer/cert/no_cert/
WebServer/tools/logs/* WebServer/tools/logs/*

View File

@@ -21,7 +21,7 @@
], ],
"Soft_Settings": { "Soft_Settings": {
"mysql_host": "192.168.1.6", "mysql_host": "127.0.0.1",
"mysql_port": 3306, "mysql_port": 3306,
"php_host": "localhost", "php_host": "localhost",
"php_port": 8000, "php_port": 8000,