~romaia/bixo/trunk

« back to all changes in this revision

Viewing changes to bicho.ini

  • Committer: Ronaldo Maia
  • Date: 2009-08-26 13:34:56 UTC
  • mfrom: (191.1.12 drivers)
  • Revision ID: romaia@async.com.br-20090826133456-klj88o4l0obckpby
mergeĀ lp:~romaia/bixo/driversĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
[General]
3
3
frontend=stoq
4
 
backend=database
 
4
backend=stoq_dwh
5
5
 
6
6
[stoq]
7
7
type=bugzilla
45
45
 
46
46
[mantis_dwh]
47
47
type=dwh
48
 
db_driver=sqlite
49
 
db_database=bicho_dwh_mantis
 
48
; db_uri=scheme://username:password@hostname:port/database_name
 
49
db_uri=sqlite:///bicho_dwh_mantis.db
50
50
 
51
51
[stoq_dwh]
52
 
type=dwh
53
 
db_driver=sqlite
54
 
db_database=bicho_dwh_stoq
 
52
type=sqlbug
 
53
#db_uri=sqlite:///bicho_dwh_stoq.db
 
54
db_uri=mysql://romaia:foobar@localhost/bicho_testes
55
55
 
56
56
[sf_dwh]
57
57
type=dwh
58
 
db_driver=sqlite
59
 
db_database=bicho_dwh_sf
 
58
db_uri=sqlite:///bicho_dwh_sf.db
60
59
 
61
60