pickles/config/verynicenoise.com.xml
Josh Sherman 8c14ec379d Bunch of updates to migrate from jLib to Pickles.
git-svn-id: http://svn.cleancode.org/svn/pickles@31 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-12 01:09:07 +00:00

34 lines
781 B
XML
Executable file

<config>
<database>
<hostname>localhost</hostname>
<username>verynicenoise</username>
<password>v3ryn1c3n0153</password>
<database>verynicenoise</database>
</database>
<navigation>
<default>news</default>
<sections>
<news>News</news>
<about>About</about>
<releases>Releases</releases>
<artists>Artists</artists>
<shop>Shop</shop>
<contact>Contact</contact>
</sections>
</navigation>
<admin>
<menu>true</menu>
<sections>
<artist_edit>Artist Profile</artist_edit>
<user_edit>User Account</user_edit>
<logout>Logout</logout>
</sections>
</admin>
<contact>
<prefix>VNN</prefix>
<recipients>
<recipient>verynicenoise@gmail.com</recipient>
<recipient>joshsherman@gmail.com</recipient>
</recipients>
</contact>
</config>