chore(bump): bump Tauri to the latest version (#3716)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user