24 lines
558 B
Plaintext
24 lines
558 B
Plaintext
# NOWPayments IPN Secret Key
|
|
# Get this from your NOWPayments dashboard -> Store Settings -> IPN Secret Key
|
|
NOWPAYMENTS_IPN_SECRET_KEY=PpzD3PupiX7CdXN5+ZAs5xYFe0zBFh//
|
|
|
|
# Server Port (optional, defaults to 3000)
|
|
PORT=3421
|
|
|
|
# Node Environment
|
|
NODE_ENV=development
|
|
|
|
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=cbd420
|
|
DB_PASSWORD=76HkE-mQ1HeH-PLk
|
|
DB_NAME=cbd420
|
|
|
|
SMTP_HOST=mail.playpoolstudios.com
|
|
SMTP_PORT=465
|
|
SMTP_USER=sewmina@playpoolstudios.com
|
|
SMTP_PASSWORD=TcSp419603
|
|
SMTP_FROM_EMAIL=sewmina@playpoolstudios.com
|
|
SMTP_FROM_NAME=CBD420
|