PHP Classes

File: conf/development/uri-sample.localhost.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/development/uri-sample.localhost.php   Download  
File: conf/development/uri-sample.localhost.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: 397 bytes
 

Contents

Class file image Download
<?php

/*
 * Springy Framework Configuration File.
 *
 * This is a sample file that will be loaded after uri.conf in case the URL host
 * is sample.localhost
 *
 * You can define any configuration file with the hostname to overwrite any
 * configuration using the {conf}-{host}.php pattern.
 */

return [
   
'host.seusite.localhost' => [
       
'dynamic' => 'http://sample.localhost',
    ],
];