Skip to content

Commit

Permalink
fix(ci): update jwt secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassalle Cedric committed Oct 17, 2024
1 parent 4412add commit ccd2c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Jwt
JWT_SECRET: "SECRETJWTFORCIDONOTUSEITINPRODUCTION"
JWT_SECRET: "SECRETJWTFORCIDONOTUSEITINPRODUCTIONsecretjwtdonotuseitinproduction"
JWT_EXPIRATION_TIME: 1000

# Postgres
Expand Down

0 comments on commit ccd2c41

Please sign in to comment.