summarylogtreecommitdiffstats
path: root/config.ini
diff options
context:
space:
mode:
Diffstat (limited to 'config.ini')
-rw-r--r--config.ini26
1 files changed, 26 insertions, 0 deletions
diff --git a/config.ini b/config.ini
new file mode 100644
index 000000000000..0edefb151082
--- /dev/null
+++ b/config.ini
@@ -0,0 +1,26 @@
+[server]
+hidden_host =
+port = 8080
+
+[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
+