21 lines
495 B
JSON
21 lines
495 B
JSON
{
|
|
"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"
|
|
}
|
|
} |