Guest User

Untitled

a guest
Oct 8th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. path.build = /vol/sys/shared/htdocs/devs-v5/mshwalbe/V5
  2. environment = development
  3.  
  4. database.name = database name here
  5. database.host = your host
  6. database.login = username
  7. database.password = password
  8.  
  9. solr.hostname = host
  10. solr.username =
  11. solr.password =
  12. solr.port = 8080
  13.  
  14. doctrine.migration.name = "V5 Database Migrations"
  15. doctrine.migration.tableName = "doctrine_migration_versions"
  16. doctrine.migration.namespace = "DoctrineMigrations"
  17. doctrine.migration.directory = "/../../migration/test"
Add Comment
Please, Sign In to add comment