garage-webui/backend/.env.example
Adekabang 2158b5a528 feat: expand development environment with multiple Garage instances and add configuration template
- Updated `docker-compose.dev.yml` to include four Garage instances (garage, garage2, garage3, garage4) with separate configurations and volumes.
- Introduced `garage.toml.template` for easier configuration management.
- Enhanced README with instructions for setting up the development environment and running multiple instances.
2025-07-31 14:11:22 -04:00

10 lines
274 B
Plaintext

#
BASE_PATH=""
AUTH_USER_PASS='admin:$2y$10$2i1DScIpTap7oB6KEYLP7um9/ms6LBf.TBzuqfSWRdRMvWRe35Y0S'
API_BASE_URL="http://localhost:3903"
S3_ENDPOINT_URL="http://localhost:3900"
S3_REGION=garage
API_ADMIN_KEY="dev-admin-token"
PORT=3909
CONFIG_PATH="../dev.local/garage.toml"