hypertwist/website/deploy/hypertwist.same-origin.bundle.example.json
2026-06-29 13:53:26 +00:00

49 lines
1.8 KiB
JSON

{
"deploymentTier": "launch",
"checkoutRoot": "/srv/hypertwist/current",
"publicOrigin": "https://hypertwist.app",
"serviceUser": "hypertwist",
"serviceGroup": "hypertwist",
"serverNames": [
"hypertwist.app",
"www.hypertwist.app"
],
"certificateName": "hypertwist.app",
"supportEmail": "hello@hypertwist.app",
"publicDocsUrl": "https://hypertwist.app/resources",
"releaseNotesUrl": "https://hypertwist.app/changelog",
"correspondingSourceUrl": "https://hypertwist.app/open-source/replace-me",
"openSourceRepoUrl": "https://git.scriptoriumai.io/scriptoriumadmin/hypertwist",
"operatorCheckoutUrl": "https://buy.paddle.com/replace-me-operator",
"studioCheckoutUrl": "https://buy.paddle.com/replace-me-studio",
"planPriceOperator": "Launch pricing via Paddle",
"planPriceStudio": "Contact for launch readiness",
"windowsDownloadUrl": "https://downloads.hypertwist.app/replace-me/windows.exe",
"releaseManifestVersion": "replace-me-release-version",
"releaseManifestChannel": "preview",
"windowsRelease": {
"buildId": "replace-me-win64-build",
"sha256": "replace-me-windows-sha256",
"fileSizeBytes": 123456789,
"publishedAt": "2026-06-22T00:00:00.000Z"
},
"server": {
"port": "3011",
"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": {
"replace_me_product_operator": "operator",
"replace_me_product_studio": "studio"
},
"paddlePricePlanMap": {
"replace_me_price_operator": "operator",
"replace_me_price_studio": "studio"
}
}
}