Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# RustFS (S3-compatible) configuration
|
||||
RUSTFS_ENDPOINT=http://localhost:9000
|
||||
RUSTFS_ACCESS_KEY=minioadmin
|
||||
RUSTFS_SECRET_KEY=minioadmin
|
||||
RUSTFS_BUCKET=surf
|
||||
RUSTFS_PUBLIC=true
|
||||
|
||||
# Server
|
||||
PORT=3001
|
||||
DB_PATH=./data/surf.db
|
||||
|
||||
# Auth - required, protects all upload/delete endpoints
|
||||
ADMIN_TOKEN=change-me-to-a-real-secret
|
||||
Reference in New Issue
Block a user