File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RELAXATION_INTERVAL=3000
18
18
MATCH_TIMEOUT = 30000
19
19
CLEANUP_INTERVAL = 75000
20
20
21
- JWT_ACCESS_TOKEN_SECRET = <your-jwt-accecss-token>
21
+ JWT_ACCESS_TOKEN_SECRET = d2636f0c0ce9119c4aca178220a3a5a7bba0e5f6dffa982f8095f5b566162029
22
22
23
23
# Copy root .env
24
24
# If using mongoDB containerization, set to true. Else set to false (i.e local testing)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PORT=3002
7
7
# Initialize data from questions.json
8
8
POPULATE_DB = true
9
9
10
- JWT_ACCESS_TOKEN_SECRET = <your-jwt-accecss-token>
10
+ JWT_ACCESS_TOKEN_SECRET = d2636f0c0ce9119c4aca178220a3a5a7bba0e5f6dffa982f8095f5b566162029
11
11
12
12
# Kafka configuration
13
13
KAFKA_HOST = localhost
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ DB_CLOUD_URI=<your-cloud-mongodb-uri>
11
11
ENV = production
12
12
13
13
# Secrets for creating JWT signatures
14
- JWT_ACCESS_TOKEN_SECRET = <your-jwt-access-token-secret>
15
- JWT_REFRESH_TOKEN_SECRET = <your-jwt-refresh-token-secret>
16
- JWT_RESET_TOKEN_SECRET = <your-jwt-reset-token-secret>
14
+ JWT_ACCESS_TOKEN_SECRET = d2636f0c0ce9119c4aca178220a3a5a7bba0e5f6dffa982f8095f5b566162029
15
+ JWT_REFRESH_TOKEN_SECRET = 65863c16dc76d23f06668c12b9223f93cb25f4f2c9f0919ba3330000abaa9253
16
+ JWT_RESET_TOKEN_SECRET = 70468fdf0966eaf0769cbd17f3348cf3debd9a47ac8b85dbee9aff3ebd5d074c
17
17
18
18
# If using mongoDB containerization, set to true. Else set to false (i.e local testing)
19
19
DB_REQUIRE_AUTH = true
You can’t perform that action at this time.
0 commit comments