This commit is contained in:
root
2025-12-20 19:00:17 +01:00
commit 02830aa7df
14 changed files with 2967 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# 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