mirror of
https://github.com/jeffcaldwellca/mkcertWeb.git
synced 2026-02-05 21:38:50 -06:00
10 lines
194 B
Bash
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
|