Show
Ignore:
Timestamp:
08/09/07 06:49:21 (3 years ago)
Author:
dokai
Message:

Added support for setting the PostgreSQL port by running:
./bin/python init_postgresql.py --port=[port_number]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buildout/pcl.buildout/trunk/pcl-core.cfg

    r792 r818  
    11[buildout] 
    2 extends = dependencies.cfg 
     2extends = 
     3    dependencies.cfg 
     4    test-environment.cfg 
    35index = http://download.zope.org/ppix 
    46parts =  
     
    4244script = test 
    4345environment = test-environment 
    44  
    45 [test-environment] 
    46 PCLCORE_DSN = host=localhost dbname=pcl_test