diff --git a/website/deploy/hypertwist.same-origin.bundle.example.json b/website/deploy/hypertwist.same-origin.bundle.example.json index 0764257..f65236d 100644 --- a/website/deploy/hypertwist.same-origin.bundle.example.json +++ b/website/deploy/hypertwist.same-origin.bundle.example.json @@ -32,6 +32,9 @@ "superTokensCoreUri": "http://127.0.0.1:3567", "cookieSecure": true, "serveStaticWebsite": true, + "orcidClientId": "", + "orcidClientSecret": "", + "orcidIsSandbox": false, "paddleWebhookSecret": "replace-me-paddle-webhook-secret", "billingStatePath": "/var/lib/hypertwist/auth/hypertwist-billing-state.json", "paddleProductPlanMap": { diff --git a/website/deploy/hypertwist.same-origin.preview.bundle.example.json b/website/deploy/hypertwist.same-origin.preview.bundle.example.json index 9dcaf34..cd00909 100644 --- a/website/deploy/hypertwist.same-origin.preview.bundle.example.json +++ b/website/deploy/hypertwist.same-origin.preview.bundle.example.json @@ -32,6 +32,9 @@ "superTokensCoreUri": "http://127.0.0.1:3567", "cookieSecure": true, "serveStaticWebsite": true, + "orcidClientId": "", + "orcidClientSecret": "", + "orcidIsSandbox": false, "paddleWebhookSecret": "", "billingStatePath": "/var/lib/hypertwist/auth/hypertwist-billing-state.json", "paddleProductPlanMap": {},