mirror of
https://github.com/rustfs/console.git
synced 2026-08-30 17:14:47 +08:00
17 lines
312 B
Bash
17 lines
312 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
|
|
|
|
# Console base URL
|
|
BASE_URL=/rustfs/console/
|
|
|
|
# S3 API base URL
|
|
S3_ENDPOINT=http://localhost:9000
|
|
|
|
# default region
|
|
S3_REGION=us-east-1
|