2
0

build: 🏗️ Add minio in local config

This commit is contained in:
Baptiste Arnaud
2022-03-02 17:35:57 +01:00
parent 6ea23ef63e
commit 7045c02a15
8 changed files with 520 additions and 123 deletions

View File

@ -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