summarylogtreecommitdiffstats
path: root/config.ini
diff options
context:
space:
mode:
authorSam Whited2018-12-10 19:16:07 -0600
committerSam Whited2018-12-10 19:16:07 -0600
commite33a868d6b80237bec49b395e30f899e163f8dfd (patch)
treecca040a60901e578845912236129b80fe36dc307 /config.ini
parentc40853903dad60e32a6ae614db6026070571bf7a (diff)
downloadaur-e33a868d6b80237bec49b395e30f899e163f8dfd.tar.gz
Bump to v0.6.0
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