aboutsummaryrefslogtreecommitdiff
path: root/config/services.php
diff options
context:
space:
mode:
authorfloppydiskette <git@diskfloppy.me>2024-08-08 15:21:30 +0100
committerfloppydiskette <git@diskfloppy.me>2024-08-08 15:21:30 +0100
commit5472d7c7c78c0a51af7214c8fa2bd72fbe70db10 (patch)
treec2901bfbe124dcb9d16c4b9f2f3bed1e09f85815 /config/services.php
parent39d7895fadafd4d0d7711a8d1fd051c0fd425922 (diff)
Finish that shit
Diffstat (limited to 'config/services.php')
-rw-r--r--config/services.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/services.php b/config/services.php
index 21e97c7..aaad053 100644
--- a/config/services.php
+++ b/config/services.php
@@ -17,5 +17,9 @@ return [
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
- ]
+ ],
+ 'lanyard' => [
+ 'user_id' => env('DISCORD_USER_ID'),
+ ],
+ 'weatherlink' => env('WEATHERLINK_IP')
];