feat: complete v0.5 operations foundation
This commit is contained in:
@@ -5,6 +5,10 @@ ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=change-me-before-first-start
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
UPLOAD_MAX_BYTES=10485760
|
||||
UPLOAD_ALLOWED_TYPES=image/jpeg,image/png,image/gif,image/webp,application/pdf,text/plain,text/markdown
|
||||
# Optional HTTP scanner: POSTs a file and expects {"clean": true}. Set required to reject if unavailable.
|
||||
VIRUS_SCAN_URL=
|
||||
VIRUS_SCAN_REQUIRED=0
|
||||
SYNC_INTERVAL_MINUTES=60
|
||||
# Optional: create the first Memos source for the bootstrap admin.
|
||||
SEED_MEMOS_NAME=
|
||||
|
||||
Reference in New Issue
Block a user