The conf.xml file located in conf/ directory (at the root of the environment) contains the general settings.
The main used parameters are the following :
The conf.xml file located in conf/ directory (at the root of the environment) contains the general settings.
The main used parameters are the following :
Both options can be then overridden for each site of perimeter.
<?xml version="1.0" encoding="utf-8"?>
<afs:conf xmlns:afs="http://ref.antidot.net/v7/afs#">
<afs:PaF>
<afs:Perimeter> <!--will be overridden by specific perimeter configurations-->
<afs:defaultRule value="false"/>
<afs:maxDepth value="3"/>
</afs:Perimeter>
</afs:PaF>
</afs:conf>