Skip to content
Snippets Groups Projects

Update appmonitor

Merged Hahn Axel (hahn) requested to merge update-appmonitor into master
2 files
+ 12
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -30,4 +30,10 @@ return array(
// allow directory listing when accessing a path of a package
// true is required to fetch all packages
'showdircontent'=>true,
// --- monitoring
// appmonitor ip that is allowed to fetch data
'monitor-ips'=>[<%= @replace["monitorip"] %>],
);
Loading