Skip to content

Instantly share code, notes, and snippets.

@Hounddog
Created May 9, 2012 09:42
Show Gist options
  • Save Hounddog/2643362 to your computer and use it in GitHub Desktop.
Save Hounddog/2643362 to your computer and use it in GitHub Desktop.
V5 build properties
path.build = /vol/sys/shared/htdocs/devs-v5/mshwalbe/V5
environment = development
database.name = database name here
database.host = your host
database.login = username
database.password = password
solr.hostname = host
solr.username =
solr.password =
solr.port = 8080
doctrine.migration.name = "V5 Database Migrations"
doctrine.migration.tableName = "doctrine_migration_versions"
doctrine.migration.namespace = "DoctrineMigrations"
doctrine.migration.directory = "/../../migration/test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment