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