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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Server Configuration
NODE_ENV=development
PORT_STATIC=3000
PORT_DYNAMIC=3001
PORT_FRONTEND=3001
PORT_API=3003
API_URL=http://localhost:3003
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_modules/
.env
.env* # This catches all .env files
!.env.template # This correctly excludes the template
!src/backend/.env.template
!src/api/.env.template

# IDE files
.idea/
Expand Down
Loading