PHP Classes

File: conf/production/system.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/production/system.php   Download  
File: conf/production/system.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: 287 bytes
 

Contents

Class file image Download
<?php

/*
 * Springy Framework Configuration File.
 *
 * Used for "production" environment.
 *
 * If removed, only conf/system.php will be used.
 */

return [
   
'maintenance' => false,
   
'bug_authentication' => [
       
'user' => 'username',
       
'pass' => 'password',
    ],
];