source: trunk/sara_cmt/etc/cmt.conf @ 14155

Last change on this file since 14155 was 14155, checked in by ramonb, 12 years ago

etc/cmt.conf:

  • added database section and settings

sara_cmt/settings.py:

  • set database options based upon /etc/cmt/cmt.conf settings
  • removed settings_db
  • see #9
File size: 561 bytes
Line 
1[info]
2version       : 'SARA CMT CLI 0.9'
3description   : 'This is the commandline interface of the SARA package SARA CMT.'
4
5[loglevels]
6# Only messages with level of LOGLEVEL or higher will be logged
7CRITICAL  : 50
8ERROR     : 40
9WARNING   : 30
10INFO      : 20
11DEBUG     : 10
12NOTSET    : 0
13
14[defaults]
15DRYRUN      : False
16INTERACTIVE : True
17LOGLEVEL    : INFO
18VERBOSE     : False
19
20[database]
21ENGINE    : postgresql_psycopg2
22NAME      : sara_cmt
23USER      : cmt
24#PASSWORD  : <set_me>
25HOST      : cmt.osd.sara.nl
26#PORT      : <optional>
27TEST_NAME : sara_cmt_test
Note: See TracBrowser for help on using the repository browser.