Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
archived/docs/config.txt
2011-02-06 19:26:12 +01:00

51 lines
841 B
Text

Configuration
--------------
Archive uses a .ini style configuration. The following options are
available.
Value types
~~~~~~~~~~~
Boolean ;;
True: Y, T, 1 +
False: N, F, 0
String ;;
Anything else.
Options
~~~~~~
Log
^^^^^^
Options available in the log section
use (Boolean);;
Turn logging on/off (values are: Y, N, T, F, 1, 0)
level (String List);;
Set the logging level
Options available are: DEBUG, INFO, WARNING, CRITCAL, ALL
+
NOTE: A comma separated list can be used to specify more than one level.
+
directory (String);;
Specify a logging directory
Mysql
^^^^^^^
Options available in the mysql section
host (String);;
Database hostname
username (String);;
Username
password (String);;
Password
database (String);;
Database to use
table (String);;
Tablename to use