env files updated

This commit is contained in:
parsa aghaei 2024-10-14 17:28:22 +03:30
parent 66b939c076
commit a134af9f66
3 changed files with 8 additions and 0 deletions

4
.env Normal file
View File

@ -0,0 +1,4 @@
NEXT_PUBLIC_CATEGORIES_PER_CATEGORY_PAGE=10
NEXT_PUBLIC_POSTS_PER_CATEGORY_PAGE=10
NEXT_PUBLIC_POSTS_PER_POSTS_PAGE=10
NEXT_PUBLIC_POSTS_PER_FILTERED_POSTS_PAGE=10

2
.env.development Normal file
View File

@ -0,0 +1,2 @@
NEXT_PUBLIC_API_URL=http://localhost:8000/api
NEXT_PUBLIC_FRONT_URL=http://localhost:3000

2
.env.production Normal file
View File

@ -0,0 +1,2 @@
NEXT_PUBLIC_API_URL=https://parsaaghayi-backend.liara.run/api
NEXT_PUBLIC_FRONT_URL=https://paqi.liara.run