init
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user