Skip to content

Commit

Permalink
Add help output for the new sqlite flag
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 28, 2024
1 parent aeccac7 commit b49a897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ Available flags:
--nolimit Disable rate limiting.
--postgres=DSN Use the given PostgreSQL host/database.
--postgresdb=NAME Use the given PostgreSQL database name.
--sqlite=FILENAME Use the given SQLite file (ie. "sqlite.db&cache=shared&mode=memory").
--redis=[HOST][:PORT] Use "` + ac.defaultRedisColonPort + `" for the Redis database.
--rawcache Disable cache compression.
--servername=STRING Custom HTTP header value for the Server field.
Expand Down

0 comments on commit b49a897

Please sign in to comment.