Skip to content

Commit

Permalink
docs: Adjust default paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav authored Mar 7, 2024
1 parent ac2532f commit c1a344e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ Flags:
--bind string host to listen to (default "127.0.0.1")
--cache-max-age int max number of seconds responses should be cached (default 86400)
--cache-prefixes string url prefixes to cache (default "/v3/files")
--cachedir string cache directory (default "/var/cache/gorge")
--cachedir string cache directory (default "~/.gorge/cache")
--cors string allowed cors origins separated by comma (default "*")
--dev enables dev mode
--fallback-proxy string optional fallback upstream proxy url
-h, --help help for serve
--import-proxied-releases add every proxied modules to local store
--jwt-secret string jwt secret (default "changeme")
--jwt-token-path string jwt token path (default "~/.gorge/token")
--modulesdir string directory containing all the modules (default "/opt/gorge/modules")
--modulesdir string directory containing all the modules (default "~/.gorge/modules")
--no-cache disables the caching functionality
--port int the port to listen to (default 8080)
--tls-cert string path to tls cert file
Expand Down

0 comments on commit c1a344e

Please sign in to comment.