Skip to content

Commit e51bd2e

Browse files
committed
fix: env schema optional gcs endpoint
1 parent 1fa0d75 commit e51bd2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const envStorageDriverSchema = type.or(
1717
'STORAGE_DRIVER': type.unit('gcs'),
1818
'STORAGE_GCS_BUCKET': 'string',
1919
'STORAGE_GCS_SERVICE_ACCOUNT_KEY?': 'string',
20-
'STORAGE_GCS_ENDPOINT': 'string.url',
20+
'STORAGE_GCS_ENDPOINT?': 'string.url',
2121
},
2222
)
2323
export const envDbDriverSchema = type.or(

0 commit comments

Comments
 (0)