This commit is contained in:
Gui.H 2022-05-10 23:35:29 +08:00
parent 924560798f
commit 64e939cd9b

View File

@ -1,4 +1,4 @@
{
{
"Logging": {
"LogLevel": {
// Trace Debug Information Warning Error
@ -27,7 +27,7 @@
// [] ip
"LocalIp": "127.0.0.1",
// []
"LocalPort": 8090,
"LocalPort": 8080,
// [] , 访url http://${SubDomain}.${WebDomain}:${ServerPort}
"SubDomain": "test"
@ -56,7 +56,7 @@
},
{
"LocalIp": "127.0.0.1",
"LocalPort": 3306, // mysql
"LocalPort": 8080, // mysql
"RemotePort": 1275 // 访 ip:1275 mysql
}
]