Configure your custom domain for Agentic SaaS
CLOUDFLARE_API_TOKEN
and BASE_DOMAIN
environment variables in your .env.{stage}
file.
sst.config.ts
file configures Cloudflare as a provider alongside AWS:env
file with your domain name and cloudflare api token.
sst.config.ts
to construct the domain name.
CLOUDFLARE_API_TOKEN
and BASE_DOMAIN
environment variables in your .env.{stage}
file.
sst.config.ts
file configures the custom domain and Cloudflare provider:
app.yourdomain.com
{stage}-app.yourdomain.com
CLOUDFLARE_API_TOKEN
and BASE_DOMAIN
environment variables in your .env.{stage}
file.
sst.config.ts
file handles domain configuration: