PHP Classes

File: conf/env_by_host.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/env_by_host.php   Download  
File: conf/env_by_host.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 1 month ago
Size: 135 bytes
 

Contents

Class file image Download
<?php

return [
   
'localhost' => 'development',
   
'127\.0\.0\.1' => 'development',
   
'(www\.)?mydomain\.com' => 'production',
];