This commit is contained in:
springhgui 2020-12-14 19:54:37 +08:00
parent af96ca8899
commit 48d1151cc3
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
"ClientSettings": {
"Common": {
// ip, BindAddr,
"ServerAddr": "118.31.71.157",
"ServerAddr": "test.cc",
// BindPort
"ServerPort": 1271
@ -21,7 +21,7 @@
"LocalIp": "127.0.0.1",
//
"LocalPort": 80,
"LocalPort": 8080,
// , 访url http://{SubDomain}.{Domain}:{ProxyPort_HTTP}/
"SubDomain": "test", // test.test.cc

View File

@ -11,7 +11,7 @@
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
//"launchBrowser": true,
"launchUrl": "",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
@ -19,7 +19,7 @@
},
"FastTunnel.Server": {
"commandName": "Project",
"launchBrowser": true,
//"launchBrowser": true,
"launchUrl": "",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {