This commit is contained in:
2026-05-28 08:30:42 +03:30
parent 5c2d2ed003
commit fcc6a3733d
3 changed files with 3 additions and 1 deletions

1
.env.development Normal file
View File

@@ -0,0 +1 @@
API_URL=http://localhost:8000/api/v1

1
.env.production Normal file
View File

@@ -0,0 +1 @@
API_URL=http://10.1.1.127:8000/api/v1

2
.gitignore vendored
View File

@@ -31,7 +31,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel