-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 712 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (21 loc) · 712 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
# IMPORTANT: This is a template file. Copy to .env and fill in your values.
# DO NOT commit .env file to version control!
# Database Configuration
DB_URL=jdbc:postgresql://your-host:port/database
DB_USERNAME=your-username
DB_PASSWORD=your-password
# Server Configuration
SERVER_PORT=8080
# JWT Configuration
JWT_SECRET=secret_key
JWT_EXPIRATION=
REFRESH_TOKEN_EXPIRATION=
# CORS Configuration (comma-separated)
CORS_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000
# Python Microservices Configuration
PYTHON_CALL_ANALYSIS_URL=http://localhost:5001
PYTHON_FACIAL_RECOGNITION_URL=http://localhost:5002
# Supabase Configurations
SUPABASE_URL=
SUPABASE_SERVICE_KEY=
SUPABASE_BUCKET=criminal-photos