source: branches/DirectWeb/ConfigSample.xml

Last change on this file was 85, checked in by george, 14 years ago
  • Opraveno: Načítat nastavení databáze z konfiguračního souboru.
File size: 341 bytes
Line 
1<?xml version="1.0"?>
2<configuration>
3 <database>
4 <hostname>localhost</hostname>
5 <schema>wowhosting</schema>
6 <username>wowhosting</username>
7 <password>password</password>
8 </database>
9 <server>
10 <address>0.0.0.0</address>
11 <port>80</port>
12 <thread_pool>10</thread_pool>
13 </server>
14</configuration>
Note: See TracBrowser for help on using the repository browser.