summarylogtreecommitdiffstats
path: root/config.ini
blob: 0183ab6533784f93205a2894fca3866255f58c68 (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
[server]
hidden_host   =
port          = 8080
tls_cert_path =
tls_key_path  =

[database]
type     = mysql
username =
password =
database =
host     = localhost
port     = 3306

[app]
site_name         =
host              = http://localhost:8080
theme             = write
disable_js        = false
webfonts          = true
single_user       = true
open_registration = false
min_username_len  = 3
max_blogs         = 1
federation        = true
public_stats      = true
private           = false