seven 1 month ago
parent
commit
b4f0879960
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/services.php

+ 4 - 0
config/services.php

@@ -34,5 +34,9 @@
             'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
         ],
     ],
+    'api_football' => [
+        'key' => env('API_FOOTBALL_KEY'),
+        'host' => env('API_FOOTBALL_HOST'),
+    ],
 
 ];