18 lines
464 B
Plaintext
18 lines
464 B
Plaintext
# کپی کنید به .env (بکاند)
|
|
NODE_ENV=development
|
|
APP_PORT=3002
|
|
APP_URL=http://localhost:3002/api/v1
|
|
APP_SITE=http://localhost:3000
|
|
APP_SECRET=your-secret
|
|
DATABASE_URL=mongodb://root:PASSWORD@localhost:27017/modstagram?authSource=admin
|
|
SMS_SECRET=
|
|
SMS_VERIFY_KEY=
|
|
MERCHENT_CODE=
|
|
ZARINPAL_MERCHANT_ID=
|
|
|
|
# روی سرور (production):
|
|
# NODE_ENV=production
|
|
# APP_PORT=3002
|
|
# APP_URL=https://app.modstagram.ir/api/v1
|
|
# APP_SITE=https://modstagram.com
|