Инициализация проекта

Стабильный рабочий проект.
This commit is contained in:
Falknat
2025-10-02 06:02:45 +07:00
commit 7a87617282
47 changed files with 6057 additions and 0 deletions

21
WebServer/config.json Normal file
View 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"
}
}