Owl.ini

From Owl
Revision as of 18:35, 23 October 2013 by Admin (talk | contribs) (Owl.Ini configuration)

Jump to: navigation, search

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.

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 DNS name.

<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>