Skip to content

Commit 433af2d

Browse files
authored
Merge pull request #59 from CodeForPhilly/listOfMed
List of med
2 parents 6c4e995 + 54dd48d commit 433af2d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config/env/.env.dev

config/env/env.dev

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ SQL_HOST=db
1010
SQL_PORT=5432
1111
DATABASE=postgres
1212
LOGIN_REDIRECT_URL=
13-
OPENAI_API_KEY=
14-
PINECONE_API_KEY=

server/balancer_backend/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'django.middleware.clickjacking.XFrameOptionsMiddleware',
5757
'allauth.account.middleware.AccountMiddleware',
5858
'corsheaders.middleware.CorsMiddleware',
59+
'allauth.account.middleware.AccountMiddleware',
5960
]
6061

6162
ROOT_URLCONF = 'balancer_backend.urls'

0 commit comments

Comments
 (0)