55 lines
951 B
Bash
Executable File
55 lines
951 B
Bash
Executable File
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="dasdas"
|
|
SMS_PATTERN_OTP=82385
|
|
|
|
SMTP_HOST=smtp.c1.liara.email
|
|
SMTP_PORT=587
|
|
SMTP_USER=usernames
|
|
SMTP_PASS=password
|
|
MAIL_FROM=confirmation@asan-service.com
|
|
EMAIL_SECRET="secret key"
|
|
|
|
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
|