Site Config
Documentation > Administration > Site Config
There are many configuration settings you can adjust in BoltWire's site.config page to change how it works. Normally, there is not much need to change these settings, but several are listed below to show you their default values. To change them, add to site.config if needed and then change to the value you desire. Always make sure you understand what you are doing when changing on of these values.
Click here for more general information about site customization, and here for details about using config files to adjust the settings below with even more flexibility. If you are aware of additional (core) config settings that are not listed below, please help us add them to the list.
Settings for site.config
| General Settings | |
|---|---|
| skin: | Select desired skin for site |
| language: | Select desired language for site |
| sitemail: | Default email address, required for mail functions |
| crypt: boltcrypt | Set a custom encryption key |
| stampsexpire: 30 | Days before stamps expire |
| Search Settings | |
| indexing: active | Enable/Disable automatic site indexing |
| indexbatch: 25 | Number of pages indexed at a time |
| searchLimit: 25 | Max number of hits to return on a search query |
| Upload Settings | |
| uploadmode: true | Enable/disable uploads |
| uploadtypes: gif,jpg,png,txt,pdf | Allowable upload extensions |
| uploadsize: 25000 | Max size (kb) for file uploads |
| Misc Settings | |
| threadstart: 1000 | Initial thread number |
| honorLines: true | Generate automatic line returns in display |
| blockslashes: true | Used to strip extra slashes caused by some servers |
| Important system pages | |
| defaultPage: main | Page shown as main homepage |
| interwiki: site.interwiki | The location of the interwiki definition page |
| messages: site.messages | Where system messages are defined |
| Page Hierarchy Locations | |
| loginPages: login | Pages where member account info is kept |
| groupPages: group | Pages where group membership info is kept |
| templatePages: template | Pages where various kinds of templates are kept |
| codePages: code | Pages automatically displayed as source code |
| Field Directories | |
| backupsDir: backups | Where wiki backups are kept |
| cacheDir: html | Where html caches are kept |
| stampsDir: stamps | Where file timestamps are kept |
| filesDir: files | Where uploaded files are kept |
| indexDir: indexes | Where search indexes are kept |
Note: Many plugins allow you to specify certain config settings, as well. They should be indicated on the appropriate Solutions page.

