feat: implement backend configuration service and initialize main application UI components
This commit is contained in:
+5
-2
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"nginxPort": "80",
|
||||
"phpPort": "9001",
|
||||
"mariaDbPort": "3306",
|
||||
"mariaDbPorts": {},
|
||||
"allowRemoteAccess": true,
|
||||
"language": "tr",
|
||||
"mysqlPort": "3306",
|
||||
"mysqlPorts": {},
|
||||
"language": "tr"
|
||||
"mysqlPorts": {}
|
||||
}
|
||||
Reference in New Issue
Block a user