summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-15 14:42:08 -0600
committermo khan <mo@mokhan.ca>2025-05-15 14:42:08 -0600
commitc151c1a77d31c5e01885691b6df1ea7b0be0b0e5 (patch)
tree254aed8be6abaffaeba71df5bcb35d41d52bb2b2 /cmd
parent3d01a69471fc4f0ae9f2f4145620b6aea50f2216 (diff)
parentb6968005e1e1758e37edc7830c02e2217ee5fd90 (diff)
Merge branch 'envoy-cleanup' into 'main'
Delete code that is now handled by envoy See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!7
Diffstat (limited to 'cmd')
-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(