mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
docker: use minio for s3 storage
This commit is contained in:
12
.env
12
.env
@@ -1,12 +1,6 @@
|
||||
# Required variables
|
||||
NOTESNOOK_API_SECRET= # This should be a randomly generated secret
|
||||
|
||||
# S3 related variables for storing attachments
|
||||
S3_ACCESS_KEY=
|
||||
S3_ACCESS_KEY_ID=
|
||||
S3_SERVICE_URL=
|
||||
S3_REGION=
|
||||
|
||||
# SMTP settings required for delivering emails
|
||||
SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
@@ -30,4 +24,8 @@ SSE_SERVER_DOMAIN=
|
||||
# url of the web app instance you want to use
|
||||
# e.g. http://localhost:3000
|
||||
# Note: no slashes at the end
|
||||
NOTESNOOK_APP_HOST=
|
||||
NOTESNOOK_APP_HOST=
|
||||
|
||||
# Minio is used for S3 storage
|
||||
MINIO_ROOT_USER= # aka. AccessKeyId (must be > 3 characters)
|
||||
MINIO_ROOT_PASSWORD= # aka. AccessKey (must be > 8 characters)
|
||||
|
||||
Reference in New Issue
Block a user