34 lines
761 B
XML
Executable file
34 lines
761 B
XML
Executable file
<config>
|
|
<database>
|
|
<hostname>localhost</hostname>
|
|
<username>verynicenoise</username>
|
|
<password>v3ryn1c3n0153</password>
|
|
<database>verynicenoise</database>
|
|
</database>
|
|
<navigation>
|
|
<default>home</default>
|
|
<sections>
|
|
<home>Home</home>
|
|
<about>About</about>
|
|
<releases>Releases</releases>
|
|
<artists>Artists</artists>
|
|
<shop>Shop</shop>
|
|
<contact>Contact</contact>
|
|
</sections>
|
|
</navigation>
|
|
<admin>
|
|
<menu>true</menu>
|
|
<sections>
|
|
<artist>Artist Profile</artist>
|
|
<user>User Account</user>
|
|
<logout>Logout</logout>
|
|
</sections>
|
|
</admin>
|
|
<contact>
|
|
<prefix>VNN</prefix>
|
|
<recipients>
|
|
<recipient>verynicenoise@gmail.com</recipient>
|
|
<recipient>joshsherman@gmail.com</recipient>
|
|
</recipients>
|
|
</contact>
|
|
</config>
|