Инициализация проекта
Стабильный рабочий проект.
This commit is contained in:
21
WebServer/config.json
Normal file
21
WebServer/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"Site_www": [
|
||||
{
|
||||
"alias": ["localhost"],
|
||||
"host": "127.0.0.1",
|
||||
"name": "Локальный сайт",
|
||||
"status": "active",
|
||||
"root_file": "index.html",
|
||||
"root_file_routing": true
|
||||
}
|
||||
],
|
||||
|
||||
"Soft_Settings": {
|
||||
"mysql_host": "192.168.1.6",
|
||||
"mysql_port": 3306,
|
||||
"php_host": "localhost",
|
||||
"php_port": 8000,
|
||||
"admin_host": "localhost",
|
||||
"admin_port": "5555"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user