Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexferl committed Mar 11, 2024
1 parent 005aa20 commit a910c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ Usage of ./echo-boilerplate:
--mongodb-socket-timeout-ms duration MongoDB socket timeout ms (default 30s)
--mongodb-uri string MongoDB URI (default "mongodb://localhost:27017")
--mongodb-username string MongoDB username
--oauth2-client-id string OAuth2 client id
--oauth2-client-secret string OAuth2 client secret
--oauth2-google-client-id string OAuth2 Google client id
--oauth2-google-client-secret string OAuth2 Google client secret
--oauth2-providers strings OAuth2 providers
--openapi-schema string OpenAPI schema file (default "./openapi/openapi.yaml")
```

Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const (
JWTRefreshTokenCookieName = "jwt-refresh-token-cookie-name"
JWTRefreshTokenExpiry = "jwt-refresh-token-expiry"

OAuth2Providers = "oauth-providers"
OAuth2Providers = "oauth2-providers"

OAuth2GoogleClientId = "oauth2-google-client-id"
OAuth2GoogleClientSecret = "oauth2-google-client-secret"
Expand Down

0 comments on commit a910c56

Please sign in to comment.