blob: 1b948f65274f9635fbf51884350b1a18df27399a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# please put double quotes around everything. php does weird things to unquoted
# ini values sometimes and it's not worth the debugging headache
[interface.smallUnreadIndicators]
default = "false"
type = "boolean"
[locale.timezone]
default = "Europe/London"
type = "timezone"
[profile.rssEnabled]
default = "false"
type = "boolean"
[noteDefaults.indexable]
default = "true"
type = "boolean"
|