fix
This commit is contained in:
10
.env
10
.env
@@ -3,7 +3,7 @@
|
||||
# ===========================================
|
||||
|
||||
# S3 Configuration (Server)
|
||||
S3_ENABLED=true
|
||||
S3_ENABLED=false
|
||||
S3_ENDPOINT=localhost:9000
|
||||
S3_ACCESS_KEY=minioadmin
|
||||
S3_SECRET_KEY=minioadmin
|
||||
@@ -22,8 +22,10 @@ PORT=8080
|
||||
# Client Configuration
|
||||
# ===========================================
|
||||
CLIENT_ID=client1
|
||||
API_KEY=fcf730b6d95236ecd3c9fc2d92d7b6b2bb061514961aec041d6c7a7192f592e4
|
||||
# NOTE: Use the RAW API key here, not the hashed version!
|
||||
# The server stores the hash in clients.json, client sends raw key
|
||||
API_KEY=secret123
|
||||
SERVER_URL=http://localhost:8080
|
||||
LOCAL_DATASET=zfs/data
|
||||
LOCAL_DATASET=volume/test
|
||||
COMPRESS=true
|
||||
STORAGE_TYPE=s3
|
||||
STORAGE_TYPE=local
|
||||
|
||||
Reference in New Issue
Block a user