Update backend/.env.test
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
Abhimanyu Saharan
parent
e80cf9f3c8
commit
370256a4fd
@@ -19,7 +19,7 @@ BASE_URL=http://localhost:8000
|
|||||||
AUTH_MODE=local
|
AUTH_MODE=local
|
||||||
# Must be non-placeholder and >= 50 chars.
|
# Must be non-placeholder and >= 50 chars.
|
||||||
# Generate with: python3 -c "import secrets; print(secrets.token_urlsafe(48))"
|
# Generate with: python3 -c "import secrets; print(secrets.token_urlsafe(48))"
|
||||||
LOCAL_AUTH_TOKEN=
|
LOCAL_AUTH_TOKEN=local-auth-test-token-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||||
|
|
||||||
# Clerk settings kept empty in local auth mode
|
# Clerk settings kept empty in local auth mode
|
||||||
CLERK_SECRET_KEY=
|
CLERK_SECRET_KEY=
|
||||||
|
|||||||
Reference in New Issue
Block a user