-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default Opcache behavior Do NOT install Netdata monitoring by default Adds option for Composer require-dev packages Fixes issue #123 Fixes issue #121 Helps address issue #120
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,16 @@ | |
# as part of the Autodeployer https://www.mediawiki.org/wiki/Meza/Autodeployer | ||
meza_repository_url: https://github.com/nasa/meza.git | ||
|
||
# Should composer install Dev Dependencies | ||
# Toggle this to 'false' for any development | ||
# 'true' Disables require-dev packages | ||
m_disable_composer_dev_dependencies: false | ||
|
||
# production mode toggles opcache to NOT validate timestamps | ||
# so live edits will NOT be seen without restarting the webserver | ||
# production mode decreases opcache log verbosity to exclude warnings | ||
# Toggle this to 'false' for any development | ||
m_opcache_production_mode: true | ||
m_opcache_production_mode: false | ||
|
||
m_httpd_server_admin: "[email protected]" | ||
m_timezone: "America/New_York" | ||
|
@@ -82,7 +87,7 @@ mysql_slow_query_time: "5" | |
mysql_performance_schema: "on" | ||
|
||
# Netdata is a monitoring and alerting system | ||
m_install_netdata: true | ||
m_install_netdata: false | ||
# netdata runs on 19999 by default. We'll expose it at 20000 | ||
netdata_internal_port: 19999 | ||
netdata_external_port: 20000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters