Skip to content

Commit 13bb01f

Browse files
committed
Update .env for questions
1 parent 1653bc6 commit 13bb01f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

deployment/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ MONGODB_URL=
55
BUCKET_NAME=
66
USERS_SERVICE_URL=
77
POSTGRES_URL=
8+
PASSWORD_HEADER=

deployment/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ services:
7575
MONGODB_URL: ${MONGODB_URL}
7676
BUCKET_NAME: ${BUCKET_NAME}
7777
USERS_SERVICE_URL: ${USERS_SERVICE_URL}
78-
INITIALIZATION_VECTOR: ${INITIALIZATION_VECTOR}
79-
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
78+
PASSWORD_HEADER: ${PASSWORD_HEADER}
8079

8180
users:
8281
image: ghcr.io/peerprep/peerprep-users-service:latest

questions/.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ MONGODB_URL=mongodb://localhost:27017/questions
22
BUCKET_NAME=peerprep3219.appspot.com
33
GOOGLE_APPLICATION_CREDENTIALS=./service-account.json
44
USERS_SERVICE_URL=http://localhost:6969
5-
INITIALIZATION_VECTOR=
6-
ENCRYPTION_KEY=
5+
PASSWORD_HEADER=peerprep-password

0 commit comments

Comments
 (0)