mirror of
https://github.com/Nezumi-2711/s3-drive-storage-manage.git
synced 2026-09-22 05:41:46 +00:00
6 lines
182 B
Bash
6 lines
182 B
Bash
# Backend API URL (optional - leave blank to use mock auth in development)
|
|
VITE_API_URL=http://localhost:8787
|
|
|
|
# Mock password for local development
|
|
VITE_MOCK_PASSWORD=admin123
|