[PR #415] [MERGED] Populate dotenv to config #1241

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/415
Author: @BernardGoldberger
Created: 8/19/2016
Status: Merged
Merged: 8/21/2016
Merged by: @phanan

Base: masterHead: envtoconfig


📝 Commits (1)

  • 904a828 move env variables to config

📊 Changes

13 files changed (+129 additions, -28 deletions)

View changed files

📝 app/Application.php (+1 -1)
📝 app/Console/Commands/Init.php (+2 -2)
📝 app/Http/Controllers/API/DataController.php (+1 -1)
📝 app/Http/Controllers/API/SongController.php (+2 -2)
📝 app/Http/Requests/API/Download/Request.php (+1 -1)
📝 app/Http/Streamers/TranscodingStreamer.php (+1 -1)
📝 app/Services/Lastfm.php (+3 -3)
📝 app/Services/Media.php (+1 -1)
📝 app/Services/YouTube.php (+2 -2)
📝 config/jwt.php (+2 -6)
config/koel.php (+103 -0)
📝 database/seeds/UserTableSeeder.php (+6 -4)
📝 tests/ApplicationTest.php (+4 -4)

📄 Description

Please see https://github.com/phanan/koel/pull/409 for details.

Once this is merged I will create an additional PR for the UserTableSeeder changes.


🔄 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/415 **Author:** [@BernardGoldberger](https://github.com/BernardGoldberger) **Created:** 8/19/2016 **Status:** ✅ Merged **Merged:** 8/21/2016 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `envtoconfig` --- ### 📝 Commits (1) - [`904a828`](https://github.com/koel/koel/commit/904a828f3cfc6e7cbdd4ebff7c77e9837eb9fadc) move env variables to config ### 📊 Changes **13 files changed** (+129 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `app/Application.php` (+1 -1) 📝 `app/Console/Commands/Init.php` (+2 -2) 📝 `app/Http/Controllers/API/DataController.php` (+1 -1) 📝 `app/Http/Controllers/API/SongController.php` (+2 -2) 📝 `app/Http/Requests/API/Download/Request.php` (+1 -1) 📝 `app/Http/Streamers/TranscodingStreamer.php` (+1 -1) 📝 `app/Services/Lastfm.php` (+3 -3) 📝 `app/Services/Media.php` (+1 -1) 📝 `app/Services/YouTube.php` (+2 -2) 📝 `config/jwt.php` (+2 -6) ➕ `config/koel.php` (+103 -0) 📝 `database/seeds/UserTableSeeder.php` (+6 -4) 📝 `tests/ApplicationTest.php` (+4 -4) </details> ### 📄 Description Please see https://github.com/phanan/koel/pull/409 for details. Once this is merged I will create an additional PR for the UserTableSeeder changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 02:35:56 +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#1241
No description provided.