Исправление данных
Исправление изначальных данных
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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/*
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user