build: 🏗️ Add minio in local config
This commit is contained in:
@ -15,10 +15,13 @@ NEXT_PUBLIC_EMAIL_NOTIFICATIONS_FROM_EMAIL=
|
||||
|
||||
# Storage
|
||||
# Used for uploading images, videos, etc...
|
||||
S3_ACCESS_KEY=
|
||||
S3_SECRET_KEY=
|
||||
S3_REGION=
|
||||
S3_BUCKET=
|
||||
S3_ACCESS_KEY=minio
|
||||
S3_SECRET_KEY=minio123
|
||||
S3_BUCKET=typebot
|
||||
S3_PORT=9000
|
||||
S3_ENDPOINT=localhost
|
||||
S3_SSL=false
|
||||
# S3_REGION=
|
||||
|
||||
# Auth
|
||||
# (Optional) Used to login using GitHub
|
||||
|
Reference in New Issue
Block a user