Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
266 B
Text
9 lines
266 B
Text
ALLOWED_HOSTS=backend,ciso
|
|
CISO_ASSISTANT_URL=https://ciso:8443
|
|
DJANGO_DEBUG=True
|
|
AUTH_TOKEN_TTL=7200
|
|
PUBLIC_BACKEND_API_URL=http://backend:8000/api
|
|
PUBLIC_BACKEND_API_EXPOSED_URL=https://ciso:8443/api
|
|
PROTOCOL_HEADER=x-forwarded-proto
|
|
HOST_HEADER=x-forwarded-host
|
|
|