Skip to content

Commit 58c0652

Browse files
authoredOct 2, 2020
Merge pull request #5 from gnur/fix-readme
docs(readme): Updated example config in readme
2 parents d3dde10 + eaba079 commit 58c0652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ It allows you to connect one or more identity providers (currently, only google
4444
hostname = "login.example.com" #hostname where the login occurs
4545
cookiescope = "example.com"
4646
secret = "some-secret"
47+
salt = ""
4748
certdir = "path to dir with write access"
4849
email = "user@example.com"
4950
googlekey = "google id"
5051
googlesecret = "google secret"
5152
loglevel = "debug" #or info, warning, error
5253
databasepath = "./tobab.db"
54+
adminglobs = [ "*@example.com" ] #globs of email addresses that are allowed to use the admin API
5355
```
5456

5557
## cli

0 commit comments

Comments
 (0)
Please sign in to comment.