Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Place1 committed Mar 8, 2020
1 parent ae65c39 commit cdc3a18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,20 @@ auth:
clientSecret: ""
scopes: ""
redirectURL: ""
// Optionally restrict login to users with an allowed email domain
// if empty or omitted, any email domain will be allowed.
emailDomains:
- example.com
gitlab:
name: ""
baseURL: ""
clientID: ""
clientSecret: ""
redirectURL: ""
// Optionally restrict login to users with an allowed email domain
// if empty or omitted, any email domain will be allowed.
emailDomains:
- example.com
```
## Screenshots
Expand Down

0 comments on commit cdc3a18

Please sign in to comment.