Private GIT

Skip to content
Snippets Groups Projects
Commit c12552f3 authored by Victor Vassilev's avatar Victor Vassilev
Browse files

refactor(install): Exclude centreon config file from git

Move centreon.config.php to centreon.config.php.example and exclude from git.

Closes: CP7M18
BREAKING CHANGE:

Requires RPM-build logic rework, do not merge before it is applied!
parent 499b5329
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@
nbproject/
/vendor/
composer.lock
config/centreon.config.php
\ No newline at end of file
......@@ -10,6 +10,7 @@ $constants = array(
'_CENTREON_LOG_' => '@CENTREON_LOG@',
'_CENTREON_VARLIB_' => '@CENTREON_VARLIB@'
);
foreach ($constants as $name => $value) {
if (!defined($name)) {
define($name, $value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment