mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 00:19:03 +02:00
🔧 Set default s3 endpoint
This commit is contained in:
parent
88a32af535
commit
dd7b9147dd
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().optional(),
|
||||
S3_ENDPOINT: z.string().default("s3.amazonaws.com"),
|
||||
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