"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "c399c3f4957d997691561b51b0eca182ec7c3cac"
Unverified Commit 507a92ec authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #863 from duhow/patch-1

config: allow custom default user role
parents b1fa32c5 21488145
...@@ -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