PHP Classes

File: config/seed.php

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   Ala PHP API Micro-Framework   config/seed.php   Download  
File: config/seed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Ala PHP API Micro-Framework
Generate base code for API using a query builder
Author: By
Last change:
Date: 6 months ago
Size: 128 bytes
 

Contents

Class file image Download
<?php

return [
   
'seed_url' => (string) env('SEED_URL', 'ala-nginx'),
   
'seed_port' => (string) env('SEED_PORT', '80'),
];