Skip to content

Commit

Permalink
add env template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrrogers committed Dec 14, 2023
1 parent a84cfef commit 43a3e34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions server/env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
DEBUG=1
SECRET_KEY=foo
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1] localhost:3000 localhost:8000 0.0.0.0
SQL_ENGINE=django.db.backends.postgresql
SQL_DATABASE=balancer_dev
SQL_USER=balancer
SQL_PASSWORD=balancer
SQL_HOST=db
SQL_PORT=5432
DATABASE=postgres
LOGIN_REDIRECT_URL=
OPENAI_API_KEY=
PINECONE_API_KEY=

0 comments on commit 43a3e34

Please sign in to comment.