# This is where you specify relational data sources to # map Hop types to an external database # Comma-separated list of data source names sources=myDataSource # Properties of data sources myDataSource.url=jdbc:mysql://db.domain.com/space myDataSource.driver=org.gjt.mm.mysql.Driver myDataSource.user=username myDataSource.password=xyz