changes port
This commit is contained in:
parent
5530cfcdfd
commit
88ddf4c043
2
main.go
2
main.go
@ -92,7 +92,7 @@ func main() {
|
|||||||
|
|
||||||
port := os.Getenv("PORT")
|
port := os.Getenv("PORT")
|
||||||
if port == "" {
|
if port == "" {
|
||||||
port = "8080"
|
port = "1337"
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("ERP System starting on http://localhost:%s", port)
|
log.Printf("ERP System starting on http://localhost:%s", port)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user