aboutsummaryrefslogtreecommitdiff
path: root/config/services.php
diff options
context:
space:
mode:
authorRoscoeDeWah <roscoe@wah.moe>2025-01-16 13:57:12 +0000
committerRoscoeDeWah <roscoe@wah.moe>2025-01-16 13:57:12 +0000
commitcebb14f59cb54b24861a9aef03b9fcbf57465967 (patch)
treee0ab70bbba4ebb4821fb9a354eef55d30da90558 /config/services.php
parentda992ff1b780bf687ba2093d36c2def943296ec5 (diff)
Remove *more* unused stuff
Diffstat (limited to 'config/services.php')
-rw-r--r--config/services.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/services.php b/config/services.php
index aaad053..21e97c7 100644
--- a/config/services.php
+++ b/config/services.php
@@ -17,9 +17,5 @@ return [
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
- ],
- 'lanyard' => [
- 'user_id' => env('DISCORD_USER_ID'),
- ],
- 'weatherlink' => env('WEATHERLINK_IP')
+ ]
];