feat: implement backend configuration service and initialize main application UI components

This commit is contained in:
Ümit Tunç
2026-03-30 09:13:55 +03:00
parent d7ff7ecfa9
commit d15b10a012
6 changed files with 30 additions and 4 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
{
"nginxPort": "80",
"phpPort": "9001",
"mariaDbPort": "3306",
"mariaDbPorts": {},
"allowRemoteAccess": true,
"language": "tr",
"mysqlPort": "3306",
"mysqlPorts": {},
"language": "tr"
"mysqlPorts": {}
}