Isso comment server setup!
[Ultimately_Untrue_Thought.git] / provisioning / isso.cfg
diff --git a/provisioning/isso.cfg b/provisioning/isso.cfg
new file mode 100644 (file)
index 0000000..a2e9c21
--- /dev/null
@@ -0,0 +1,22 @@
+[general]
+; database location, check permissions, automatically created if not exists
+dbpath = /home/mtsw/isso/comments.db
+; your website or blog (not the location of Isso!)
+; you can add multiple hosts for local development
+; or SSL connections. There is no wildcard to allow
+; any domain.
+host =
+    http://unremediatedgender.space/
+    http://localhost:8000/
+    
+[guard]
+reply-to-self = true
+require-author = true
+require-email = true
+
+[rss]
+base = rss
+
+[admin]
+enabled = true
+#password = [REDACTED; set this manually when redeploying]