Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jun 18, 2024
1 parent f6262e3 commit 88276c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ More generally, it is recommended to either:
=== Environment Vars

* `GOCAMO_HMAC` - HMAC key to use.
* `GOCAMO_MAXSIZE` - Max allowed response size (KB)
* `GOCAMO_MAXSIZEREDIRECT` - URL to redirect to when max-size is exceeded.
* `HTTPS_PROXY` - Configure an outbound proxy for HTTPS requests. +
Either a complete URL or a `host[:port]`, in which case an HTTP scheme
is assumed. See <<Upstream Http Proxying>> notes for more information.
Expand All @@ -287,6 +285,8 @@ More generally, it is recommended to either:
$ go-camo -h
Usage: go-camo
An image proxy that proxies non-secure images over SSL/TLS
Flags:
-h, --help Show context-sensitive help.
-k, --key=STRING HMAC key
Expand Down Expand Up @@ -323,6 +323,7 @@ Flags:
-v, --verbose Show verbose (debug) log level output
-V, --version Print version and exit; specify twice to show
license information.
----

A few notes about specific flags:

Expand Down
1 change: 0 additions & 1 deletion cmd/go-camo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"os"
"os/signal"
"runtime"
"strconv"
"strings"
"syscall"
"time"
Expand Down

0 comments on commit 88276c8

Please sign in to comment.