diff options
author | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:35:48 +0100 |
---|---|---|
committer | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:35:48 +0100 |
commit | 80cbe94dc0bef990e79c122909ac03c908639f09 (patch) | |
tree | 8a63a2341303daac4ac621f8f4962a81d684e88a /config/services.php | |
parent | 031aa417b8918d9067f062774f5228587e89ef36 (diff) | |
parent | bb3f6afc81902fb66fc2ceb4f5fe97420bf0d9f9 (diff) |
Merge branch 'redesign'
Diffstat (limited to 'config/services.php')
-rw-r--r-- | config/services.php | 6 |
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') ]; |