diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 14:42:08 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 14:42:08 -0600 |
| commit | c151c1a77d31c5e01885691b6df1ea7b0be0b0e5 (patch) | |
| tree | 254aed8be6abaffaeba71df5bcb35d41d52bb2b2 /cmd/sparkled | |
| parent | 3d01a69471fc4f0ae9f2f4145620b6aea50f2216 (diff) | |
| parent | b6968005e1e1758e37edc7830c02e2217ee5fd90 (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/sparkled')
| -rw-r--r-- | cmd/sparkled/main.go | 2 |
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( |
