source: LATMOS-Accounts/sample/latmos-account.ini @ 36

Last change on this file since 36 was 24, checked in by nanardon, 15 years ago
  • add config example
  • Property svn:keywords set to Id Rev
File size: 300 bytes
Line 
1# $Id$
2
3# section for default values:
4[_default_]
5# The master base, if unset the first one
6base = latmosc
7
8# An accounts base:
9[base1]
10# Type of driver
11type=sql
12# data from this base are push to:
13push=unix
14# all other param are passed to driver
15db_conn=host=localhost;dbname=base1
16
17[unix]
18type=unix
Note: See TracBrowser for help on using the repository browser.