We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facde11 commit 48b0894Copy full SHA for 48b0894
backend/.env.example
@@ -10,6 +10,8 @@ [email protected]
10
FIRST_SUPERUSER_PASSWORD=changethis
11
USERS_OPEN_REGISTRATION=True
12
13
+# Frontend
14
+FRONTEND_URL="http://localhost:5173"
15
16
# Postgres
17
POSTGRES_SERVER=localhost
@@ -29,9 +31,11 @@ CARD_GENERATION_PROMPT="I want to generate a flashcard on a specific topic. The
29
31
AUTH0_DOMAIN=auth0-domain
30
32
AUTH0_CLIENT_ID=auth0-client-id
33
AUTH0_CLIENT_SECRET=auth0-client-secret
-AUTH0_AUDIENCE=auth0-audience
34
AUTH0_CALLBACK_URL=auth0-callback-url
35
AUTH_LOGOUT_URL=auth-logout-url
36
37
+ALLOWED_REDIRECT_ORIGINS=http://localhost:5173
38
+
39
# Session Configuration
40
SECRET_KEY=secret-key
41
0 commit comments