Skip to content

Commit

Permalink
Add test env file
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 9, 2024
1 parent 73fad3d commit 0889ff6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env/backend.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
DJANGO_ALGOLIA_API_KEY="None"
DJANGO_ALGOLIA_APPLICATION_ID="None"
DJANGO_ALLOWED_HOSTS="0.0.0.0,127.0.0.1,localhost"
DJANGO_AWS_ACCESS_KEY_ID="None"
DJANGO_AWS_SECRET_ACCESS_KEY="None"
DJANGO_CONFIGURATION="Test"
DJANGO_DB_HOST="None"
DJANGO_DB_NAME="None"
DJANGO_DB_PASSWORD="None"
DJANGO_DB_PORT="None"
DJANGO_DB_USER="None"
DJANGO_SECRET_KEY="None"
GITHUB_TOKEN="None"

0 comments on commit 0889ff6

Please sign in to comment.