Skip to content
Snippets Groups Projects
Select Git revision
  • 5fa337e900c78861ae70d1df99e7717cb044220c
  • master default protected
  • pcre
3 results

test_postfix_virtual.aug

Blame
  • 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 [
        // ...
    ];