summaryrefslogtreecommitdiff
path: root/docs/configuration.md
blob: cbb77d222b6f3df63556ba77b9b310090b045f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Looking Glass: Configuration Options

## Format

The *config.php* file is a piece of regular PHP source code. This means you
need to follow the rules or the interface will work.

You can mostly get by copying the example lines, just make sure all your
strings are quoted and your statements end in a semicolon (;).

All the default values for the configuration are defined in the
*includes/config.defaults.php* file. This file *must* not be edited. The
directives set in *config.php* will automatically override the default ones.

## Directives

These are the available configuration options. They can be set in *config.php*.

### Frontpage

### Routers

### Logs

### Filters

### Misc.

### Documentation