Skip to content

Instantly share code, notes, and snippets.

@omerucel
Created July 19, 2012 19:17
Show Gist options
  • Save omerucel/3146113 to your computer and use it in GitHub Desktop.
Save omerucel/3146113 to your computer and use it in GitHub Desktop.
samle build.properties for blog post
propel.project = Shop
propel.database = mysql
propel.database.url = mysql:host=localhost;dbname=shop;user=root;password=root
propel.database.user = root
propel.database.password = root
propel.mysql.tableType = InnoDB
propel.classPrefix = Entity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment