Skip to content

Commit

Permalink
Update Traefik port numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Dec 4, 2023
1 parent e5f396d commit 005f2a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package reverse_proxy_functions

const (
defaultReverseProxyHttpPortNum = uint16(9720)
defaultReverseProxyDashboardPortNum = uint16(9721)
defaultReverseProxyHttpPortNum = uint16(9730)
defaultReverseProxyDashboardPortNum = uint16(9731)
)

0 comments on commit 005f2a9

Please sign in to comment.