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
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

# ---- Backend Configuration (FastAPI) ----
BACKEND_HOST=0.0.0.0
BACKEND_PORT=8000
BACKEND_PORT=8137
BACKEND_RELOAD=true
# Set to false in production

# ---- Frontend Configuration (React + Vite) ----
VITE_API_URL=http://localhost:8000
VITE_API_URL=http://localhost:8137
VITE_APP_NAME=TravelMind
VITE_APP_VERSION=1.0.0
FRONTEND_URL=http://localhost:5173
Expand Down
27 changes: 0 additions & 27 deletions .env.production

This file was deleted.

Binary file removed .github/screenshots/dashboard.png
Binary file not shown.
Binary file removed .github/screenshots/trip-overview.png
Binary file not shown.
290 changes: 0 additions & 290 deletions .github/workflows/ci.yml

This file was deleted.

Loading