Files
parsshop-back/.env.example
2026-03-26 11:49:21 +03:00

24 lines
616 B
Plaintext

PORT=3000
NODE_ENV=development
DB_URL=postgres://postgres:postgres@localhost:5432/parsshop
DB_SSL=false
REDIS_URL=redis://localhost:6379
MINIO_ENDPOINT=localhost
MINIO_PORT=9000
MINIO_USE_SSL=false
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_BUCKET=parsshop
MINIO_PUBLIC_BUCKET=parsshop-public
MINIO_PRIVATE_BUCKET=parsshop-private
MINIO_PUBLIC_URL=http://localhost:9000
JWT_SECRET=change-me
JWT_ACCESS_TTL=15m
JWT_REFRESH_TTL=30d
SMS_API_KEY=replace-me
SMS_WSDL_URL=http://payammatni.com/webservice/send.php?wsdl
SMS_USERNAME=engel5960
SMS_PASSWORD=replace-me
SMS_NUMBER=80008
OTP_TTL_SECONDS=120