thirdPartyApi.php 631B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Third Party Services
  6. |--------------------------------------------------------------------------
  7. |
  8. | This file is for storing the credentials for third party services such
  9. | as Mailgun, Postmark, AWS and more. This file provides the de facto
  10. | location for this type of information, allowing packages to have
  11. | a conventional file to locate the various service credentials.
  12. |
  13. */
  14. 'DeepL' => [
  15. 'api-key' => env('DeepL_API_KEY', "39a18a12-0e9d-4037-94e9-24c4b4b81671"),
  16. ]
  17. ];