summarylogtreecommitdiffstats
path: root/config.ini
blob: 1c3eed2f60cb06a80c962716fbe28e9ab063e043 (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
30
31
32
[server]
hidden_host   = 
port          = 8080
bind          = localhost
tls_cert_path = 
tls_key_path  = 

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

[app]
site_name         = 
site_description  = 
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
local_timeline    = false