Thanks Mark,
-jdbc.url=jdbc:postgresql://localhost/treebasedev
I thought I can use it to connect to the TB database, and do some test from
Yale. Maybe I should mirror a TB database locally.
Youjun
On Tue, Sep 8, 2009 at 12:50 PM, Mark Dominus <mj...@ge...>wrote:
> youjun guo wrote:
>
>> Dear TreeBaser,
>>
>> I am trying to build the project from sourceforge repository, and need a
>> copy of "jdbc.properties" file from the server. Could anyone send me a
>> copy
>> of this file?
>>
>
> # This is treebase-core jdbc.properties
>
> jdbc.driverClassName=org.postgresql.Driver
>
> jdbc.username=xxx
> jdbc.password=XXXXXXX
>
>
> hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
>
> #for development only:
> #hibernate.show_sql=true
> #hibernate.format_sql=true
> #hibernate.generate_statistics=true
> #hibernate.use_sql_comments=true
>
> #options are: validate | update | create | create-drop
> hibernate.hbm2ddl.auto=
>
> #Mesquite installation directory
> mesquite.folder_dir=/home/mjd/Mesquite_Folder/
>
|