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

43 lines
1.4 KiB
JSON

{
"deploymentTier": "preview",
"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://git.scriptoriumai.io/scriptoriumadmin/hypertwist",
"openSourceRepoUrl": "https://git.scriptoriumai.io/scriptoriumadmin/hypertwist",
"operatorCheckoutUrl": "",
"studioCheckoutUrl": "",
"planPriceOperator": "Launch pricing via Paddle",
"planPriceStudio": "Contact for launch readiness",
"windowsDownloadUrl": "",
"releaseManifestVersion": "",
"releaseManifestChannel": "preview",
"windowsRelease": {
"buildId": "",
"sha256": "",
"fileSizeBytes": "",
"publishedAt": ""
},
"server": {
"port": "3011",
"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": {},
"paddlePricePlanMap": {}
}
}