mirror of
https://github.com/rustfs/console.git
synced 2026-09-18 09:10:17 +08:00
14 lines
266 B
Bash
14 lines
266 B
Bash
APP_NAME=RustFS
|
|
|
|
# Description
|
|
APP_DESCRIPTION="RustFS is a distributed file system written in Rust."
|
|
|
|
# Admin API base URL
|
|
API_BASE_URL=http://localhost:9000/rustfs/admin/v3
|
|
|
|
# S3 API base URL
|
|
S3_ENDPOINT=http://localhost:9000
|
|
|
|
# default region
|
|
S3_REGION=us-east-1
|