Skip to content

Commit

Permalink
dev(chalice): changed JWT expiration for test
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk committed Aug 14, 2024
1 parent cfa5caa commit 094e16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/env.default
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ JWT_REFRESH_SECRET="SET A RANDOM STRING HERE"
JWT_SPOT_REFRESH_EXPIRATION=604800
JWT_SPOT_REFRESH_SECRET="SET A RANDOM STRING HERE"
JWT_SPOT_SECRET=SECRET
JWT_SPOT_EXPIRATION=300
JWT_SPOT_EXPIRATION=3600
jwt_secret="SET A RANDOM STRING HERE"
pg_dbname=postgres
pg_host=postgresql.db.svc.cluster.local
Expand Down
2 changes: 1 addition & 1 deletion ee/api/env.default
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ JWT_REFRESH_SECRET="SET A RANDOM STRING HERE"
JWT_SPOT_REFRESH_EXPIRATION=604800
JWT_SPOT_REFRESH_SECRET="SET A RANDOM STRING HERE"
JWT_SPOT_SECRET=SECRET
JWT_SPOT_EXPIRATION=300
JWT_SPOT_EXPIRATION=3600
jwt_secret="SET A RANDOM STRING HERE"
KAFKA_SERVERS=kafka.db.svc.cluster.local:9092
KAFKA_USE_SSL=false
Expand Down

0 comments on commit 094e16a

Please sign in to comment.