Skip to content

Instantly share code, notes, and snippets.

@omerucel
Created July 19, 2012 19:27
Show Gist options
  • Select an option

  • Save omerucel/3146176 to your computer and use it in GitHub Desktop.

Select an option

Save omerucel/3146176 to your computer and use it in GitHub Desktop.
sample runtime-conf.xml file for blog post
<?xml version="1.0" encoding="UTF-8"?>
<config>
<propel>
<datasources default="shop">
<datasource id="shop">
<adapter>mysql</adapter>
<connection>
<dsn>mysql:host=localhost;dbname=shop;user=root;password=root</dsn>
<user>root</user>
<password>root</password>
<settings>
<setting id="charset">utf8</setting>
</settings>
</connection>
</datasource>
</datasources>
</propel>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment