Difference between revisions of "Owl.ini"
From Owl
(→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 | ||
| − | [ | + | [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> | </source> | ||
Revision as of 17: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>