Files
cbd420_ipn/.env.example
2025-12-20 19:00:17 +01:00

17 lines
375 B
Plaintext

# NOWPayments IPN Secret Key
# Get this from your NOWPayments dashboard -> Store Settings -> IPN Secret Key
NOWPAYMENTS_IPN_SECRET_KEY=your_ipn_secret_key_here
# Server Port (optional, defaults to 3000)
PORT=3000
# Node Environment
NODE_ENV=development
# Database Configuration
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=your_database_password
DB_NAME=cbd420