File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ MONGODB_URL=
5
5
BUCKET_NAME =
6
6
USERS_SERVICE_URL =
7
7
POSTGRES_URL =
8
+ PASSWORD_HEADER =
Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ services:
75
75
MONGODB_URL : ${MONGODB_URL}
76
76
BUCKET_NAME : ${BUCKET_NAME}
77
77
USERS_SERVICE_URL : ${USERS_SERVICE_URL}
78
- INITIALIZATION_VECTOR : ${INITIALIZATION_VECTOR}
79
- ENCRYPTION_KEY : ${ENCRYPTION_KEY}
78
+ PASSWORD_HEADER : ${PASSWORD_HEADER}
80
79
81
80
users :
82
81
image : ghcr.io/peerprep/peerprep-users-service:latest
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ MONGODB_URL=mongodb://localhost:27017/questions
2
2
BUCKET_NAME = peerprep3219.appspot.com
3
3
GOOGLE_APPLICATION_CREDENTIALS = ./service-account.json
4
4
USERS_SERVICE_URL = http://localhost:6969
5
- INITIALIZATION_VECTOR =
6
- ENCRYPTION_KEY =
5
+ PASSWORD_HEADER = peerprep-password
You can’t perform that action at this time.
0 commit comments