Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Example environment configuration
# Copy this file to .env.development (or .env.production) and adjust values

# API Configuration
VITE_APP_API_BASE_URL=http://localhost:8888/api
VITE_APP_API_URL=http://localhost:8888

# Environment: development | production
VITE_APP_ENV=development
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ coverage-dashboard.html
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment files (use .env.example as template)
.env
.env.development
.env.production