54 lines
901 B
Bash
54 lines
901 B
Bash
NODE_ENV=development
|
|
PORT=3500
|
|
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=54320
|
|
DB_USER=danak
|
|
DB_PASS=
|
|
DB_NAME=
|
|
|
|
|
|
PGADMIN_EMAIL=root@test.ir
|
|
PGADMIN_PASSWORD=password
|
|
|
|
|
|
SMS_API_URL= https://api.sms.ir/v1
|
|
SMS_API_KEY="GoqtKIterHPHTRlmBtv3JTVU06a4a6YvcyCWcv0ISojcpmNW"
|
|
SMS_PATTERN_OTP=123456
|
|
|
|
SMTP_HOST=
|
|
SMTP_PORT=
|
|
SMTP_USER=
|
|
SMTP_PASS=
|
|
|
|
MAIL_FROM=
|
|
|
|
REDIS_URI=redis://:@localhost:6379/0
|
|
CACHE_TTL=120000
|
|
|
|
|
|
|
|
THROTTLE_TTL=300000
|
|
THROTTLE_LIMIT=10
|
|
|
|
|
|
JWT_SECRET_KEY=secret
|
|
|
|
ACCESS_TOKEN_EXPIRE=1 #==> in hour
|
|
REFRESH_TOKEN_EXPIRE=3 #===> in days
|
|
|
|
BUCKET_NAME=dsc
|
|
BUCKET_REGION=default
|
|
BUCKET_URL=https://storage.iran.liara.space
|
|
BUCKET_ACCESS_KEY=
|
|
BUCKET_SECRET_KEY=
|
|
BUCKET_UPLOAD_URL=https://dsc.storage.iran.liara.space
|
|
|
|
|
|
|
|
IPG_TYPE=sandbox
|
|
ZARINPAL_MERCHANT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
|
SITE_URL=http://localhost:4000/payment
|
|
ZARINPAL_API_URL=zarinpal.com/pg
|
|
CALLBACK_URL=http://localhost:4000/payments/verify |