diff options
Diffstat (limited to 'config/services.php')
-rw-r--r-- | config/services.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/services.php b/config/services.php index 21e97c7..a1cd7da 100644 --- a/config/services.php +++ b/config/services.php @@ -17,5 +17,10 @@ return [ 'lastfm' => [ 'key' => env('LASTFM_KEY'), 'user' => env('LASTFM_USER'), + ], + + 'posthog' => [ + 'key' => env('POSTHOG_KEY'), + 'host' => env('POSTHOG_HOST'), ] ]; |