Skip to content

Commit 84a8779

Browse files
committed
fix(security): rotate jwt secret
1 parent 789dad1 commit 84a8779

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ clipsync-server.exe
3434

3535
# Secrets & Config
3636
.clipsync_secret
37+
tmp_deploy_id_ed25519
3738

3839
# IDEs
3940
.idea/

clipSync-server/configs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ http_port: 8081
1010
db_path: ./data/clipsync.db
1111

1212
# JWT secret key (CHANGE IN PRODUCTION)
13-
jwt_secret: "Zz6oTWHF014RQVnCyEkdIKhPxc2J7qaN3X5jpOMvfLsue8A9DYlrmtUbiBwgGS"
13+
jwt_secret: "3lGXXmAhFIfnMHBOClLSECwOjRc5V77rsyu1v4aikgZu1TRQLUZOpf9BbeJWP8IG"
1414

1515
# JWT token expiry in hours (720 = 30 days)
1616
jwt_expiry_hours: 720

0 commit comments

Comments
 (0)