38 lines
833 B
Plaintext
38 lines
833 B
Plaintext
# ERV Platform Configuration Example
|
|
APP_NAME=ERV Insurance Platform
|
|
APP_ENV=development
|
|
DEBUG=true
|
|
BACKEND_URL=http://localhost:8000
|
|
FRONTEND_URL=http://localhost:5173
|
|
|
|
# PostgreSQL
|
|
POSTGRES_HOST=147.45.189.234
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=default_db
|
|
POSTGRES_USER=gen_user
|
|
POSTGRES_PASSWORD=2~~9_^kVsU?2\S
|
|
|
|
# Redis
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=CRM_Redis_Pass_2025_Secure!
|
|
|
|
# RabbitMQ
|
|
RABBITMQ_HOST=185.197.75.249
|
|
RABBITMQ_PORT=5672
|
|
RABBITMQ_USER=admin
|
|
RABBITMQ_PASSWORD=tyejvtej
|
|
|
|
# S3
|
|
S3_BUCKET=f9825c87-4e3558f6-f9b6-405c-ad3d-d1535c49b61c
|
|
|
|
# OCR
|
|
OCR_API_URL=http://147.45.146.17:8001
|
|
|
|
# OpenRouter
|
|
OPENROUTER_API_KEY=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
|
|
OPENROUTER_MODEL=google/gemini-2.0-flash-001
|
|
|
|
# FlightAware
|
|
FLIGHTAWARE_API_KEY=Puz0cdxAHzAEqMRZwtdeqBUSm9naJfwK
|