Files
mkcertWeb/.env
2025-08-01 19:35:14 -04:00

10 lines
194 B
Bash

# Authentication test configuration
ENABLE_AUTH=false
AUTH_USERNAME=admin
AUTH_PASSWORD=admin
SESSION_SECRET=test-secret-key-for-development
# Server Configuration
PORT=3000
ENABLE_HTTPS=false