PORT=3002
DB_HOST=localhost
DB_PORT=3306
DB_NAME=ontijvsb_cybil
DB_USER=ontijvsb_cybil
DB_PASSWORD=bwC_8W2bWH=!bc&U
JWT_SECRET=KwQSdT56FwJjKED1jBvmPW7GiAyufApCnFUEnsUghX+wMo4kM0Ylr0tz8qGqRyuN
API_BASE_PATH=/api
CORS_ORIGIN=https://cybil.musaydai.com,http://cybil.musaydai.com

NVIDIA_API_KEY=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
NVIDIA_BASE_URL=https://integrate.api.nvidia.com/v1
NVIDIA_MODEL=nvidia/nemotron-3-ultra-550b-a55b

# OPTIONAL hardening for the AI Analytics feature: a dedicated MySQL user with SELECT-only
# privileges. The app works fine without this (it falls back to the main DB user above), but
# adding it is recommended — see README.txt "Optional: read-only database user" for the exact
# steps in cPanel's MySQL Databases screen. Once created, uncomment and fill in:
# DB_READONLY_USER=
# DB_READONLY_PASSWORD=
