<server> Element
| Attribut | Description | Optional | 
|---|---|---|
| connectionString | Contains the connection information for the SQL server. | No | 
| tempPath | Directory path for the storage of binary temporary data. The default value is the system temp directory. | Yes | 
| Element | Description | Optional | 
|---|---|---|
| cacheSettings | Sets the cache properties. | Yes | 
| userRepositories | Administers restrictions and origins for the user accounts. | No | 
| security | Contains the security settings. | Yes | 
<server connectionString="user id=username;password=password;server=localhost;database=onion;Network Library=dbmslpcn" tempPath="c:\onion.net\temp">
  
<userRepositories />
</server>
