Unverified Commit 21488145 authored by David Girón's avatar David Girón Committed by GitHub
Browse files

allow custom default user role

parent b1fa32c5
...@@ -187,7 +187,7 @@ DEFAULT_PROMPT_SUGGESTIONS = ( ...@@ -187,7 +187,7 @@ DEFAULT_PROMPT_SUGGESTIONS = (
) )
DEFAULT_USER_ROLE = "pending" DEFAULT_USER_ROLE = os.getenv("DEFAULT_USER_ROLE", "pending")
USER_PERMISSIONS = {"chat": {"deletion": True}} USER_PERMISSIONS = {"chat": {"deletion": True}}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment