Skip to content

Instantly share code, notes, and snippets.

@shrink0r
Created March 3, 2014 14:15
Show Gist options
  • Save shrink0r/9325754 to your computer and use it in GitHub Desktop.
Save shrink0r/9325754 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ae:configurations
xmlns="http://agavi.org/agavi/config/parts/databases/1.0"
xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0">
<ae:configuration>
<databases default="Pulq.Fe">
<database name="Pulq.Fe" class="Honeybee\Agavi\Database\CouchDb\Database">
<ae:parameter name="url">http://localhost:5984/</ae:parameter>
<ae:parameter name="database">%core.project_prefix%_%core.clean_environment%_pulq_fe</ae:parameter>
<ae:parameter name="setup">true</ae:parameter>
<ae:parameter name="scripts_location">%project.dir%/config/couchdb/</ae:parameter>
</database>
</databases>
</ae:configuration>
<ae:configuration environment="stage">
<databases default="Pulq.Fe">
<database name="Pulq.Fe" class="Honeybee\Agavi\Database\CouchDb\Database">
<ae:parameter name="url">http://localhost:5984/</ae:parameter>
<ae:parameter name="database">%core.project_prefix%_%core.clean_environment%_pulq_fe</ae:parameter>
<ae:parameter name="setup">true</ae:parameter>
<ae:parameter name="scripts_location">%project.dir%/config/couchdb/</ae:parameter>
</database>
</databases>
</ae:configuration>
</ae:configurations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment