Skip to content

Commit

Permalink
feat: promote irc-dev to irc
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Apr 24, 2024
1 parent 53a5ec8 commit 127561b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ def oidc_client(
description="IRC server",
home_url="https://irc-dev.ocf.berkeley.edu/",
redirect_uris=["https://irc-dev.ocf.berkeley.edu/*"],
)
extra={
"implicitFlowEnabled": True,
},
),
]

keycloak_config_cli = {
Expand Down
1 change: 0 additions & 1 deletion cluster.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ velero = { path = "apps/velero.py" }

etc = { git = "https://github.com/ocf/etc" }
ergo = { git = "https://github.com/ocf/irc" }
ircbot = { git = "https://github.com/ocf/ircbot" }
id6 = { git = "https://github.com/ocf/id6" }
jukebox = { git = "https://github.com/ocf/jukebox" }
labmap = { git = "https://github.com/ocf/labmap" }
Expand Down

0 comments on commit 127561b

Please sign in to comment.