Skip to content

Commit

Permalink
moved port to 5070
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSotoDalmau committed Sep 1, 2022
1 parent d113df8 commit 8a2341d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiRoot: "http://localhost:49259/"
apiRoot: "http://localhost:5070/"
};
2 changes: 1 addition & 1 deletion NetSSHTunneler/ClientApp/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
production: false,
apiRoot: "http://localhost:49259/"
apiRoot: "http://localhost:5070/"
};

/*
Expand Down
4 changes: 2 additions & 2 deletions NetSSHTunneler/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:49259",
"sslPort": 44374
"applicationUrl": "http://localhost:5070",
"sslPort": 5071
}
}
}
2 changes: 1 addition & 1 deletion NetSSHTunneler/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}
},
"AllowedHosts": "*",
"Urls": "http://localhost:49259"
"Urls": "http://localhost:5070"
}

0 comments on commit 8a2341d

Please sign in to comment.