mirror of
https://github.com/readest/readest.git
synced 2026-05-02 05:21:04 +00:00
chore(bump): bump Tauri to the latest version (#3716)
This commit is contained in:
parent
9f958a44e2
commit
29df8522fa
4 changed files with 142 additions and 79 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue