PHP Classes

File: config/adapty.php

Recommend this page to a friend!
  Classes of Melih Berat SANLI   Laravel Adapty   config/adapty.php   Download  
File: config/adapty.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Adapty
Help implement in-app purchases using Adapty
Author: By
Last change:
Date: 1 year ago
Size: 269 bytes
 

Contents

Class file image Download
<?php

return [

   
'base_url' => env('ADAPTY_BASE_URL', 'https://api.adapty.io/api/v1/sdk'),

   
'secret_token' => env('ADAPTY_SECRET_TOKEN'),

   
'webhook' => [
       
'path' => env('ADAPTY_WEBHOOK_PATH', '/adapty/webhook'),
       
'middleware' => []
    ],

];