summaryrefslogtreecommitdiff
path: root/cmd/sparkled
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sparkled')
-rw-r--r--cmd/sparkled/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sparkled/main.go b/cmd/sparkled/main.go
index 7bec1b7..161e8c1 100644
--- a/cmd/sparkled/main.go
+++ b/cmd/sparkled/main.go
@@ -11,7 +11,7 @@ import (
)
func main() {
- bindAddr := env.Fetch("BIND_ADDR", ":http")
+ bindAddr := env.Fetch("BIND_ADDR", ":8080")
log.Printf("Listening on %v\n", bindAddr)
log.Fatal(http.ListenAndServe(