diskfloppy.me/config/services.php
floppydiskette 7d10ce0616 Merge me, Seymour! (#1)
Reviewed-on: https://git.frzn.dev///fwoppydwisk/diskfloppy.me/pulls/1
Co-authored-by: floppydiskette <git@diskfloppy.me>
Co-committed-by: floppydiskette <git@diskfloppy.me>
2024-08-08 14:25:01 +00:00

26 lines
738 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Third Party Services
|--------------------------------------------------------------------------
|
| This file is for storing the credentials for third party services such
| as Mailgun, Postmark, AWS and more. This file provides the de facto
| location for this type of information, allowing packages to have
| a conventional file to locate the various service credentials.
|
*/
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
],
'lanyard' => [
'user_id' => env('DISCORD_USER_ID'),
],
'weatherlink' => env('WEATHERLINK_IP')
];