Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Nov 13, 2022
2 parents 9fd47b9 + 801ddbb commit b9740d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ spring.security.oauth2.resourceserver.jwt.audiences=${SPRING_SECURITY_OAUTH2_RES
com.mytiki.l0_storage.remote_worker.id=${COM_MYTIKI_L0_STORAGE_REMOTE_WORKER_ID}
com.mytiki.l0_storage.remote_worker.secret=${COM_MYTIKI_L0_STORAGE_REMOTE_WORKER_SECRET}

# Token
com.mytiki.l0_storage.token.kid=${COM_MYTIKI_L0_STORAGE_TOKEN_KID}
com.mytiki.l0_storage.token.private_key=${COM_MYTIKI_L0_STORAGE_TOKEN_PRIVATE_KEY}
com.mytiki.l0_storage.token.exp=${COM_MYTIKI_L0_STORAGE_TOKEN_EXP}

# Sentry
sentry.dsn=${SENTRY_DSN}
sentry.environment=prod
Expand Down
2 changes: 1 addition & 1 deletion worker/upload/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ routes = [
compatibility_date = "2022-09-12"

[vars]
PUBKEY = '{ "kty": "EC", "use": "sig", "crv": "P-256", "kid": "dc4bde16-1cff-4335-bd8f-e5639761fdbe", "x": "zAq5eyNt6b25XGckC5u4whIl558xs-IzogJqjygysZo", "y": "hjwlv3xt0L10XiJASkjOFHUxI_72ZeLI378trg8pN6c" }'
PUBKEY = '{ "kty": "EC", "use": "sig", "crv": "P-256", "kid": "4570d35d-c0f6-44ff-a40b-350264bb6e2f", "x": "xgAA9ptVg940RBe8_nPmdzYrwUuU2gIeCaRe2v6uVL8", "y": "leiAoSoJvGSUjRIL5WvL9GIYV6YJ_VzbrP8838Y0h7M" }'
MAX_BYTES = 1000000

# The necessary secrets are:
Expand Down

0 comments on commit b9740d2

Please sign in to comment.