Skip to content

Commit

Permalink
fix: add .envrc for sample_deployment (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic authored Jun 19, 2024
1 parent 86753ce commit 8f7f87d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sample_deployment/.envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export DJANGO_SETTINGS_MODULE=sample_deployment.settings
export DJANGO_SECRET_KEY=secret
export DATABASE_URL=psql://postgres:postgres@localhost:5432/sample_deployment
export DJANGO_DEBUG=True
export DJANGO_ALLOWED_HOSTS=localhost

0 comments on commit 8f7f87d

Please sign in to comment.