|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
www |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Local Configuration Override
|
|
|
5 |
*
|
|
|
6 |
* This configuration override file is for overriding environment-specific and
|
|
|
7 |
* security-sensitive configuration information. Copy this file without the
|
|
|
8 |
* .dist extension at the end and populate values as needed.
|
|
|
9 |
*
|
|
|
10 |
* NOTE: This file is ignored from Git by default with the .gitignore included
|
|
|
11 |
* in laminas-mvc-skeleton. This is a good practice, as it prevents sensitive
|
|
|
12 |
* credentials from accidentally being committed into version control.
|
|
|
13 |
*/
|
|
|
14 |
|
|
|
15 |
return [
|
|
|
16 |
];
|