Skip to content
Snippets Groups Projects
Select Git revision
  • 40cf9ee253bbd25c06b2e2d6a69b4e44f10e33a0
  • master default protected
  • release_3.0.0
  • test
  • feature_pre_sql
  • develop
  • 3.0.1
  • 3.0.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.6
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
26 results

user.global.php

Blame
  • user avatar
    bertrandgauthier authored
    1de5c6de
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    user.global.php 587 B
    <?php
    /**
     * @license   http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
     * @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com)
     */
    
    /**
     * Global Configuration Override
     *
     * You can use this file for overriding configuration values from modules, etc.
     * You would place values in here that are agnostic to the environment and not
     * sensitive to security.
     *
     * @NOTE: In practice, this file will typically be INCLUDED in your source
     * control, so do not include passwords or other sensitive information in this
     * file.
     */
    
    return [
        // ...
    ];