# Server Configuration
PORT=3020
NODE_ENV=production
APP_URL=https://bigcommerce.paybito.com

# Database Configuration (Set this to your Cloud MySQL instance connection URI)
# Example: mysql://user:password@cloud-mysql-host.com:3306/database_name
DATABASE_URL=mysql://root:rootpassword@127.0.0.1:3307/paybito_bigcommerce_app

# Security & Encryption (32-character key for AES-256-CBC)
ENCRYPTION_KEY=a7f9b8c3d2e1f4058697a8b9c0d1e2f3
JWT_SECRET=paybito_bigcommerce_session_secret_2026

# BigCommerce App Credentials
BC_CLIENT_ID=779eu9tvwpll2t20ctktoc76d1oewb4
BC_CLIENT_SECRET=6d7b92f86ce8a83383e32fd919967eb11e4c558450acfe5b2eab72240037edf2
BC_AUTH_CALLBACK=https://bigcommerce.paybito.com/auth

# PayBito Global API Endpoints
PAYBITO_BASE_URL=https://service.hashcashconsultants.com
PAYBITO_CHECKOUT_BASE=https://trade.paybito.com
