# ─────────────────────────────────────────────────────────────────
# Rapha-Bethel BNPS — Production Environment Variables
# Place this file at the project root as  .env
# NEVER commit this file to git
# ─────────────────────────────────────────────────────────────────

# Generate a new key with:
#   python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"
SECRET_KEY=x4wn7tishxe*554(=94**$%&^3!m5z6+v0j=h*jqrs=x0q_^wn

DEBUG=False
ALLOWED_HOSTS=raphabethel.org,www.raphabethel.org

# MySQL — InMotion cPanel
DB_NAME=dnjill5_bnps
DB_USER=dnjill5_bnps
DB_PASSWORD=andRB1007!
DB_HOST=localhost
DB_PORT=3306
OPENBLAS_NUM_THREADS=1
OMP_NUM_THREADS=1
NUMEXPR_NUM_THREADS=1
