Skip to content

Commit

Permalink
Update conf.toml.template
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieY authored Aug 17, 2022
1 parent 0949b37 commit 14e34a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SecretKey = "dbcjqheupqjsuwsm"
RpcAddr = "127.0.0.1:50001"

[Oidc]
Enable = true
Enable = false
ClientId = "yearning"
ClientSecret = "fefehelj23jlj22f3jfjdfd"
Scope = "openid profile"
Expand All @@ -21,4 +21,4 @@ RedirectUrL = "http://127.0.0.1:8000/oidc/_token-login"
UserNameKey = "preferred_username"
RealNameKey = "name"
EmailKey = "email"
SessionKey = "session_state"
SessionKey = "session_state"

0 comments on commit 14e34a0

Please sign in to comment.