Guest User

Untitled

a guest
Jul 21st, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!--
  4. Document : runtime-conf.xml
  5. Created on : 24. syyskuuta 2009, 0:35
  6. Author : jarda
  7. Description:
  8. Purpose of the document follows.
  9. -->
  10. <config>
  11. <propel>
  12. <datasources default="agile">
  13. <datasource id="agile"> <!-- this ID must match <database name=""> in schema.xml -->
  14. <adapter>pgsql</adapter> <!-- sqlite, mysql, myssql, oracle, or pgsql -->
  15. <connection>
  16. <dsn>pgsql:host=localhost dbname=agile2010 user=localdev password=password</dsn>
  17. <settings>
  18. <setting id="queries">
  19. <query>SET search_path to agile2011, public</query>
  20. </setting>
  21. </settings> <!-- the PDO connection DSN for database -->
  22. </connection>
  23. </datasource>
  24. </datasources>
  25. </propel>
  26. </config>
Add Comment
Please, Sign In to add comment