You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pr...@apache.org on 2002/03/19 07:10:37 UTC

cvs commit: jakarta-commons-sandbox/periodicity/conf/torque build.db.properties build.mysql.properties

prickett    02/03/18 22:10:37

  Added:       periodicity/conf/torque build.db.properties
  Removed:     periodicity/conf/torque build.mysql.properties
  Log:
  Changed the name of build.mysql.properties to a more appropriate
  build.db.properties
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/periodicity/conf/torque/build.db.properties
  
  Index: build.db.properties
  ===================================================================
  # -------------------------------------------------------------------
  # 
  # P E R I O D I C I T Y  D B  C O N F I G U R A T I O N  F I L E
  # 
  # -------------------------------------------------------------------
  
  
  # -------------------------------------------------------------------
  #
  #  M Y S Q L  D A T A B A S E  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  mysql.createDatabaseUrl = jdbc:mysql://${databaseHost}/mysql
  mysql.databaseUrl = jdbc:mysql://${databaseHost}/periodicity
  mysql.databaseDriver = org.gjt.mm.mysql.Driver
  
  # -------------------------------------------------------------------
  # 
  # P O S T G R E S Q L  D A T A B A S E  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  postgresql.createDatabaseUrl=jdbc:postgresql://${databaseHost}:5432/template1
  postgresql.databaseUrl=jdbc:postgresql://${databaseHost}:5432/periodicity
  postgresql.databaseDriver=org.postgresql.Driver
  
  # Tells JDBC task that javaName attribute for the tables and columns
  # should be made same as SQL name.
  sameJavaName=false
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>