Skip to content
Snippets Groups Projects
Commit 4f386ca1 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update config templates

parent baf08c62
Branches
No related tags found
1 merge request!3Update appmonitor
......@@ -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"] %>],
);
......@@ -29,5 +29,10 @@ return array(
'showdircontent'=>true,
// Enable for troubleshooting
'debug'=>false,
'debug'=>false,
// --- monitoring
// appmonitor ip that is allowed to fetch data
'monitor-ips'=>[],
);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment