mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 08:58:40 +02:00
parent
dd7b9147dd
commit
5b1509e2b1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export const env = createEnv({
|
|||
* S3 Configuration
|
||||
*/
|
||||
S3_BUCKET_NAME: z.string().optional(),
|
||||
S3_ENDPOINT: z.string().default("s3.amazonaws.com"),
|
||||
S3_ENDPOINT: z.string().optional(),
|
||||
S3_ACCESS_KEY_ID: z.string().optional(),
|
||||
S3_SECRET_ACCESS_KEY: z.string().optional(),
|
||||
S3_REGION: z.string().optional(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue