chore(bump): bump Tauri to the latest version (#3716)

This commit is contained in:
Huang Xin 2026-04-01 16:06:23 +08:00 committed by GitHub
parent 9f958a44e2
commit 29df8522fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 142 additions and 79 deletions

View file

@ -13,9 +13,9 @@ JWT_EXPIRY=3600
JWT_SECRET=your-super-secret-jwt-token-with-at-least-32-characters
# both ANON_KEY and SERVICE_ROLE_KEY should be generated using the above set secret
# sign this payload -> {"role": "anon"} <- for ANON_KEY with JWT_SECRET
ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiJ9.HmbvN-NgnsK1Lbk5e8Dti9SS6SFB384DsIT8QVLwUo8
ANON_KEY=your-anon-key-jwt-signed-with-jwt-secret
# sign this payload -> {"role": "service_role"} <- for SERVICE_ROLE_KEY with JWT_SECRET
SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic2VydmljZV9yb2xlIn0.ym708-_0SlTjvc0pAK56bXQK2srKAo8RbJfA3czgkFo
SERVICE_ROLE_KEY=your-service-role-key-jwt-signed-with-jwt-secret
KONG_HTTP_PORT=8000