Skip to content

Commit

Permalink
Merge pull request #34 from 1dustindavis/auth_user
Browse files Browse the repository at this point in the history
Fixed example config reference from `authuser` to `auth_user`
  • Loading branch information
1dustindavis authored Nov 17, 2018
2 parents 4922225 + 62e9124 commit 7459c24
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 @@ -30,8 +30,8 @@ url: https://YourWebServer/gorilla/
manifest: example
catalog: production
cachepath: C:/gorilla/cache
authuser: GorillaRepoUser
authpass: pizzaisyummy
auth_user: GorillaRepoUser
auth_pass: pizzaisyummy
tls_auth: true
tls_client_cert: c:/certs/client.pem
tls_client_key: c:/certs/client.key
Expand Down

0 comments on commit 7459c24

Please sign in to comment.