Difference between revisions of "Owl.ini"

From Owl
Jump to: navigation, search
(Example)
(Owl.Ini configuration)
Line 5: Line 5:
 
<source lang="ini">
 
<source lang="ini">
 
; last modified 1 April 2001 by John Doe
 
; last modified 1 April 2001 by John Doe
[owner]
+
[Proxy]
name=John Doe
+
enabled=false
organization=Acme Widgets Inc.
+
host=
 +
password=
 +
port=0
 +
proxyType=0
 +
useProxy=false
 +
username=
  
[database]
+
[Logs]
; use IP address in case network name resolution is not working
+
level=Trace
server=192.0.2.62   
+
logtofile=true
port=143
+
path=/Users/addy/logs
file="payroll.dat"
+
 
 +
[Lua]
 +
enabled=true
 +
path=/Users/addy/src/deltas/client/parsers
 
</source>
 
</source>

Revision as of 18:38, 23 October 2013

Owl.Ini configuration

The owl.ini stores many of the settings for Owl. Many of these options can be modified directly int the Owl UI.

<source lang="ini">

last modified 1 April 2001 by John Doe

[Proxy] enabled=false host= password= port=0 proxyType=0 useProxy=false username=

[Logs] level=Trace logtofile=true path=/Users/addy/logs

[Lua] enabled=true path=/Users/addy/src/deltas/client/parsers </source>