parsaaghayi-front/.env.development
2024-11-20 16:38:40 +03:30

4 lines
188 B
Plaintext

NEXT_PUBLIC_API_URL=http://localhost:8000/api
NEXT_PUBLIC_BLOG_API_URL=http://localhost:8000/api/blog
NEXT_PUBLIC_FRONT_URL=http://localhost:3001
NEXT_PUBLIC_BACK_URL=http://localhost:8000