PHP Classes

File: apps/ApiGateway/config/services.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Hotel Booking Available   apps/ApiGateway/config/services.php   Download  
File: apps/ApiGateway/config/services.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Hotel Booking Available
Search for hotels that are available for booking
Author: By
Last change:
Date: 2 years ago
Size: 185 bytes
 

Contents

Class file image Download
<?php

return [
   
'available_hotels' => [
       
'base_uri' => env('AVAILABLE_HOTELS_SERVICE_BASE_URL'),
       
'secret' => env('AVAILABLE_HOTELS_SERVICE_SECRET'),
    ],
];