You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web/content/docs/self-hosting.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,10 @@ To send login links via email, you'll need to configure [Resend](https://resend.
64
64
2. Connect a domain and set it as `RESEND_FROM_DOMAIN`
65
65
3. Generate an API key and set it as `RESEND_API_KEY`
66
66
67
+
## Other Configuration
68
+
69
+
See [`env/server.ts`](https://github.com/CapSoftware/Cap/blob/main/packages/env/server.ts) for a description of all environment variables you can configure.
70
+
67
71
## Support
68
72
69
73
If you encounter a problem with the Docker image or think this documentation is lacking,
"Internal endpoint for accessing S3. This is useful if accessing S3 over public internet is more expensive than via your hosting environment's local network.",
49
+
),
50
+
S3_PATH_STYLE: boolString(true).describe(
51
+
"Whether the bucket should be accessed using path-style URLs (common for non-AWS providers, eg. '/{bucket}/{key}') or virtual-hosted-style URLs (eg. '{bucket}.s3.amazonaws.com/{key}').",
52
+
),
53
+
54
+
/// CloudFront configuration
55
+
// Configure these if you'd like to serve assets from the default bucket via CloudFront
56
+
// In this case, CAP_AWS_BUCKET_URL should be your CloudFront distribution's URL
0 commit comments