Skip to content

Commit

Permalink
Merge pull request #9 from Hoang-Nguyen-Huy/feat/fetch-api
Browse files Browse the repository at this point in the history
feat: 🎸 security issue
  • Loading branch information
Hoang-Nguyen-Huy authored Oct 22, 2024
2 parents af92724 + f00b675 commit f4ec4c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VITE_FIREBASE_API_KEY=your_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_auth_domain
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_storage_bucket
VITE_API_BASE_URL=https://your-mockapi-url.com
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

0 comments on commit f4ec4c9

Please sign in to comment.