Initial commit
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# کپی کنید به .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
|
||||
Reference in New Issue
Block a user