Update web/main.go
git-svn-id: file:///srv/svn/repo/mai/trunk@25 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
parent
1962522f39
commit
0377709f24
@ -218,7 +218,7 @@ func main() {
|
|||||||
|
|
||||||
address := os.Getenv("ADDRESS")
|
address := os.Getenv("ADDRESS")
|
||||||
if address == "" {
|
if address == "" {
|
||||||
address = "127.0.0.1:3000"
|
address = ":3000"
|
||||||
}
|
}
|
||||||
app.Listen(address)
|
app.Listen(address)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user