| # API Configuration | |
| VITE_API_URL=http://localhost:8000 | |
| # Authentication | |
| # Format: "username1:password1,username2:password2" | |
| VITE_DASH_USERS=admin:admin | |
| # API Configuration | |
| VITE_API_URL=http://localhost:8000 | |
| # Authentication | |
| # Format: "username1:password1,username2:password2" | |
| VITE_DASH_USERS=admin:admin | |