summarylogtreecommitdiffstats
path: root/config.ini
diff options
context:
space:
mode:
Diffstat (limited to 'config.ini')
-rw-r--r--config.ini18
1 files changed, 11 insertions, 7 deletions
diff --git a/config.ini b/config.ini
index 0183ab653378..1c3eed2f60cb 100644
--- a/config.ini
+++ b/config.ini
@@ -1,19 +1,22 @@
[server]
-hidden_host =
+hidden_host =
port = 8080
-tls_cert_path =
-tls_key_path =
+bind = localhost
+tls_cert_path =
+tls_key_path =
[database]
type = mysql
-username =
-password =
-database =
+filename =
+username =
+password =
+database =
host = localhost
port = 3306
[app]
-site_name =
+site_name =
+site_description =
host = http://localhost:8080
theme = write
disable_js = false
@@ -25,4 +28,5 @@ max_blogs = 1
federation = true
public_stats = true
private = false
+local_timeline = false