-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (25 loc) · 725 Bytes
/
.env.example
File metadata and controls
33 lines (25 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
COMPOSE_PROJECT_NAME=agentic_compliance_auditor
POSTGRES_DB=agentic_compliance
POSTGRES_USER=agentic_user
POSTGRES_PASSWORD=agentic_password
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=55432
POSTGRES_TEST_DB=agentic_compliance_test
REDIS_HOST=localhost
REDIS_PORT=6379
DJANGO_SECRET_KEY=change-me-in-local
DJANGO_DEBUG=True
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
DJANGO_SETTINGS_MODULE=config.settings.local
BACKEND_PORT=8000
FRONTEND_PORT=5173
CORS_ALLOWED_ORIGINS=http://localhost:5173
CSRF_TRUSTED_ORIGINS=http://localhost:5173
JWT_ACCESS_MINUTES=60
JWT_REFRESH_DAYS=7
AI_PROVIDER=mock
AI_MODEL_NAME=mock-contradiction-model
OPENAI_API_KEY=
DEFAULT_REVIEW_QUEUE=policy-review
DEFAULT_SLA_HOURS=48
PGVECTOR_DIMENSIONS=8