2022-03-19 17:22:07 +05:30
|
|
|
# default port is 3000
|
|
|
|
PORT=3000
|
|
|
|
# url
|
|
|
|
URL=http://localhost:3000
|
|
|
|
# enviorment
|
|
|
|
NODE_ENV=production
|
|
|
|
# change image quality
|
2022-06-05 21:22:38 +05:30
|
|
|
IMAGE_QUALITY=500
|
|
|
|
# cache duration for static assets(eg: '2.5 days', 3600, 2m)
|
|
|
|
CACHE_PERIOD=1h
|