Skip to content

Commit

Permalink
Add backend environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasTischer committed Dec 13, 2023
1 parent 2854d65 commit c9158e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DEVELOPMENT_MODE='True'
DJANGO_SECRET_KEY='po1*c-vwnwqlao-7#^k_s87l4s^=q82=px@6eq2v6g1^(wtet*'
DEBUG='True'
AWS_SES_ACCESS_KEY_ID=
AWS_SES_SECRET_ACCESS_KEY=
AWS_SES_REGION_NAME=
AWS_SES_FROM_EMAIL=
DOMAIN='localhost:3000'
AUTH_COOKIE_SECURE='False'
GOOGLE_AUTH_KEY=
GOOGLE_AUTH_SECRET_KEY=
FACEBOOK_AUTH_KEY=
FACEBOOK_AUTH_SECRET_KEY=
REDIRECT_URLS='http://localhost:3000/auth/google,http://localhost:3000/auth/facebook,http://127.0.0.1:3000/auth/google'

0 comments on commit c9158e8

Please sign in to comment.