Difference between revisions of "Owl.ini"

From Owl
Jump to: navigation, search
(Owl.Ini configuration)
(Example)
Line 2: Line 2:
  
 
The owl.ini stores many of the settings for Owl. Many of these options can be modified directly int the Owl UI.
 
The owl.ini stores many of the settings for Owl. Many of these options can be modified directly int the Owl UI.
 
== Example ==
 
Following is an example INI file for an imaginary program. It has two sections: one for the owner of the software, and one for a payroll database connection. Comments note who modified the file last and why an [[IP address]] is used instead of a [[Domain name system|DNS name]].
 
  
 
<source lang="ini">
 
<source lang="ini">

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

[owner] name=John Doe organization=Acme Widgets Inc.

[database]

use IP address in case network name resolution is not working

server=192.0.2.62 port=143 file="payroll.dat" </source>