File size: 153 Bytes
4e909c7 |
1 2 3 4 5 6 7 |
# API Configuration
VITE_API_URL=http://localhost:8000
# Authentication
# Format: "username1:password1,username2:password2"
VITE_DASH_USERS=admin:admin
|
4e909c7 |
1 2 3 4 5 6 7 |
# API Configuration
VITE_API_URL=http://localhost:8000
# Authentication
# Format: "username1:password1,username2:password2"
VITE_DASH_USERS=admin:admin
|