src.nth.io/

summaryrefslogtreecommitdiff
path: root/writefreely/templates/config.ini.j2
blob: bb5fe7f7bdc9ff2f03c08f96239e06bf0d25f434 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[server]
hidden_host          =
port                 = {{writefreely_port}}
bind                 = localhost
tls_cert_path        =
tls_key_path         =
autocert             = false
templates_parent_dir =
static_parent_dir    =
pages_parent_dir     =
keys_parent_dir      =
hash_seed            =

[database]
type     = sqlite3
filename = writefreely.db
username =
password =
database = writefreely
host     = localhost
port     = 3306

[app]
site_name          = {{writefreely_site_name}}
site_description   =
host               = {{writefreely_url}}
theme              = write
editor             =
disable_js         = false
webfonts           = true
landing            = /read
simple_nav         = false
wf_modesty         = false
chorus             = false
forest             = false
disable_drafts     = false
single_user        = false
open_registration  = false
min_username_len   = 3
max_blogs          = 1
federation         = true
public_stats       = true
private            = false
local_timeline     = true
user_invites       = admin
default_visibility = public
update_checks      = false

[oauth.slack]
client_id          =
client_secret      =
team_id            =
callback_proxy     =
callback_proxy_api =

[oauth.writeas]
client_id          =
client_secret      =
auth_location      =
token_location     =
inspect_location   =
callback_proxy     =
callback_proxy_api =

[oauth.gitlab]
client_id          =
client_secret      =
host               =
display_name       =
callback_proxy     =
callback_proxy_api =