check in
[Ultimately_Untrue_Thought.git] / provisioning / isso.cfg
1 [general]
2 ; database location, check permissions, automatically created if not exists
3 dbpath = /home/mtsw/isso/comments.db
4 ; your website or blog (not the location of Isso!)
5 ; you can add multiple hosts for local development
6 ; or SSL connections. There is no wildcard to allow
7 ; any domain.
8 host =
9     http://unremediatedgender.space/
10     http://localhost:8000/
11     
12 [guard]
13 reply-to-self = true
14 require-author = true
15 require-email = true
16
17 [rss]
18 base = rss
19
20 [admin]
21 enabled = true
22 #password = [REDACTED; set this manually when redeploying]