完善接单平台上传与物品规则
This commit is contained in:
@@ -28,6 +28,14 @@ LOG_LEVEL=info
|
||||
LOG_INTEGRATION_LEVEL=warn
|
||||
LOG_RETENTION_DAYS=30
|
||||
|
||||
# File Storage (MinIO / S3 compatible)
|
||||
STORAGE_ENDPOINT=http://minio:9000
|
||||
STORAGE_BUCKET=order-site
|
||||
STORAGE_ACCESS_KEY_ID=change-me-storage-access-key
|
||||
STORAGE_SECRET_ACCESS_KEY=change-me-storage-secret-key
|
||||
STORAGE_REGION=us-east-1
|
||||
STORAGE_MAX_UPLOAD_SIZE_MB=10
|
||||
|
||||
# Admin
|
||||
ADMIN_SESSION_SECRET=change-me-long-random-session-secret
|
||||
ADMIN_DEFAULT_USERS_JSON=[{"username":"admin","password":"change-me-admin-password","role":"admin"},{"username":"operator","password":"change-me-operator-password","role":"operator"}]
|
||||
|
||||
Reference in New Issue
Block a user