[PR #1516] [MERGED] chore: add port 8000 into .env's APP_URL #1740

Closed
opened 2026-02-26 03:32:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1516
Author: @phanan
Created: 10/7/2022
Status: Merged
Merged: 10/7/2022
Merged by: @phanan

Base: masterHead: fix/port


📝 Commits (1)

  • 843933f chore: add port 8000 into .env APP_URL

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .env.example (+1 -1)

📄 Description

This port number actually determines how yarn dev displays and behaves:

$ yarn dev
4:35:34 PM [vite] server restarted.

  ➜  Local:   http://127.0.0.1:5173/
  ➜  Network: use --host to expose

  LARAVEL v9.22.1  plugin v0.6.1

  ➜  APP_URL: http://localhost:8000 <--- THIS

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1516 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/7/2022 **Status:** ✅ Merged **Merged:** 10/7/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fix/port` --- ### 📝 Commits (1) - [`843933f`](https://github.com/koel/koel/commit/843933f09d1abd9bdf84730d4644cf88b86004a6) chore: add port 8000 into .env APP_URL ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) </details> ### 📄 Description This port number actually determines how `yarn dev` displays and behaves: ```bash $ yarn dev 4:35:34 PM [vite] server restarted. ➜ Local: http://127.0.0.1:5173/ ➜ Network: use --host to expose LARAVEL v9.22.1 plugin v0.6.1 ➜ APP_URL: http://localhost:8000 <--- THIS ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1740
No description provided.