# ------------------------------------------------------------------- # # P E R I O D I C I T Y P R O J E C T C O N F I G U R A T I O N F I L E # # ------------------------------------------------------------------- maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory maven.xdoc.includeProjectDocumentation=yes # ------------------------------------------------------------------- # # T A R G E T D A T A B A S E # # ------------------------------------------------------------------- # This is the target database, only considered when generating # the SQL for your Turbine project. Your possible choices are # # db2 Not yet supported - If you are motivated you could try # db2400 Not yet supported - If you are motivated you could try # hypersonic Not yet supported - If you are motivated you could try # mysql Supported as of 0.0.1 # oracle Not yet supported - If you are motivated you could try # postgresql Supported as of 0.0.1 # mssql Not yet supported - If you are motivated you could try # # Default: none # ------------------------------------------------------------------- periodicity.database.type= # -------------------------------------------------------------------- # # D A T A B A S E U S E R # # This periodicity server setting tells the periodicity server # the database user name to use when accessing the periodicity database. # If a database user name is not specified the default user for the type # of database specified in the periodicity.database.type setting # will be used. If there is no default user defined for the type of # database specified the user field will be left blank and it will # have to be explicitly set in this configuration file for the # periodicity server to work properly. # # -------------------------------------------------------------------- periodicity.database.user= # -------------------------------------------------------------------- # # D A T A B A S E P A S S W O R D # # This periodicity server setting tells the periodicity server # the database password to use when accessing the periodicity database. # If a database password is not specified the default password for the # type of database specified in the periodicity.database.type setting will # be used. If there is no default password defined for the type of database # specified the password field will be left blank and it will have to # be explicitly set in this configuration file for the periodicity server # to work properly. # # -------------------------------------------------------------------- periodicity.database.password= # -------------------------------------------------------------------- # # D A T A B A S E H O S T # # This periodicity server setting tells the periodicity server # which host the database is located. It can be either a # hostname or an ip address. If a database host is not specified # localhost will be used as the database host. If the type of database # is an embedded java database the hostname will be ignored. If the # jdbc url uses a Data Source Naming convention instead of a host/port # naming convention it will be ignored in that case too. # # -------------------------------------------------------------------- periodicity.database.host= # -------------------------------------------------------------------- # # D A T A B A S E P O R T # # This periodicity server setting tells the periodicity server which # port the database is listening on. It is not used for embedded # databases or databases that utilize a DSN naming convention in the # url. The default port varies by database. A port number does not have # to be included at all and this setting for most cases can be totally # ignored. The only time you need to set this is when the database # is running on a port that is not standard for the given database type # # -------------------------------------------------------------------- periodicity.database.port= # -------------------------------------------------------------------- # # D A T A B A S E N A M E # # The name of the database where the information is stored. This # is the name of the actual database as it would be in the url. # The default is periodicity. # # -------------------------------------------------------------------- periodicity.database.name= # -------------------------------------------------------------------- # # D A T A B A S E P A T H # # This periodicity server setting tells the periodicity server # the location of the database in the computer's file system. # It is a path which should point to a directory where the db # should be either already located or created at run time. If a # a database path is not specified periodicity will use a directory # called .periodicity in the home directory of the user who runs the # maven install script. # # -------------------------------------------------------------------- periodicity.database.path= # -------------------------------------------------------------------- # # A D M I N P A T H # # This periodicity server setting tells the periodicity server # the name of the administration path that can be used to # add users, change passwords, and add databases to the database # server. # # -------------------------------------------------------------------- periodicity.admin.path=