18 lines
445 B
Plaintext
18 lines
445 B
Plaintext
POSTGRES_HOST=192.168.0.200
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=fbla
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgrespw
|
|
JWT_SECRET=CHANGE_ME
|
|
BASE_URL=https://fbla26.marinodev.com
|
|
EMAIL_HOST=marinodev.com
|
|
EMAIL_PORT=465
|
|
EMAIL_USER=westuffind@marinodev.com
|
|
EMAIL_PASS=CHANGE_ME
|
|
FBLA26_PORT=8000
|
|
BODY_SIZE_LIMIT=10MB
|
|
LLAMA_PORT=8001
|
|
LLAMA_HOST=192.168.0.200
|
|
LLAMA_MODEL=Qwen3VL-2B-Instruct-Q4_K_M.gguf
|
|
LLAMA_MMPROJ=mmproj-Qwen3VL-2B-Instruct-Q8_0.gguf
|