We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90729b7 commit 967111cCopy full SHA for 967111c
1 file changed
00-Starter-Seed/server.py
@@ -17,7 +17,6 @@
17
import constants
18
19
load_dotenv(path.join(path.dirname(__file__), ".env"))
20
-API_AUDIENCE = env[constants.API_ID]
21
AUTH0_CALLBACK_URL = env[constants.AUTH0_CALLBACK_URL]
22
AUTH0_CLIENT_ID = env[constants.AUTH0_CLIENT_ID]
23
AUTH0_CLIENT_SECRET = env[constants.AUTH0_CLIENT_SECRET]
0 commit comments