mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
5 lines
168 B
Python
5 lines
168 B
Python
ALGORITHMS = ["RS256"]
|
|
AUTH0_DOMAIN = "crewai.us.auth0.com"
|
|
AUTH0_CLIENT_ID = "DEVC5Fw6NlRoSzmDCcOhVq85EfLBjKa8"
|
|
AUTH0_AUDIENCE = "https://crewai.us.auth0.com/api/v2/"
|