mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
16 lines
538 B
Text
16 lines
538 B
Text
# Veritas Kanban Demo — Environment Configuration
|
|
# Copy to .env and adjust as needed
|
|
|
|
# Port the demo UI will be accessible on (host side)
|
|
DEMO_PORT=3099
|
|
|
|
# Host interface for the published demo port.
|
|
# Keep 127.0.0.1 for local demos. Do not use 0.0.0.0 unless auth is enabled
|
|
# and credentials are replaced.
|
|
DEMO_BIND=127.0.0.1
|
|
|
|
# Throwaway admin API key for local demo seeding only.
|
|
VERITAS_ADMIN_KEY=demo-admin-key-2026
|
|
|
|
# Set false only for local loopback demos. Set true before any non-loopback access.
|
|
VERITAS_AUTH_ENABLED=false
|