env files updated
This commit is contained in:
parent
66b939c076
commit
a134af9f66
4
.env
Normal file
4
.env
Normal 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
2
.env.development
Normal 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
2
.env.production
Normal file
@ -0,0 +1,2 @@
|
||||
NEXT_PUBLIC_API_URL=https://parsaaghayi-backend.liara.run/api
|
||||
NEXT_PUBLIC_FRONT_URL=https://paqi.liara.run
|
||||
Loading…
Reference in New Issue
Block a user