####################################################################################### ##### General configurations ##### ####################################################################################### # Configuration folders (must exist as a subdirectory of "configurations"; the value # tells the number of seconds for the next scan of the directory for changes. A # value of -1 deactivates the scan). # A comma separated list can follow after the refresh value. This list defines a filter # for valid file extensions for the models. folder:items=10,items folder:sitemaps=10,sitemap folder:rules=10,rules folder:scripts=10,script folder:persistence=10,persist # configures the security options. The following values are valid: # ON = security is switched on generally # OFF = security is switched off generally # EXTERNAL = security is switched on for external requests # (e.g. originating from the Internet) only # (optional, defaults to 'OFF') security:option=EXTERNAL # the Netmask to define a range of internal IP-Addresses which doesn't require # authorization (optional, defaults to '192.168.1.0/24') #security:netmask= # The name of the default persistence service to use persistence:default=db4o # The refresh interval for the main configuration file. A value of '-1' # deactivates the scan (optional, defaults to '-1' hence scanning is deactivated) #mainconfig:refresh= # Bind service discovery to specific hostname or IP address servicediscovery:bind_address=192.168.178.37