diff --git a/example-server.conf b/example-server.conf
index e0b3ea550a3f3167ce3d21968cef17753228ce07..01e8ac555513d51aba8285d2dee04e55a5287c86 100644
--- a/example-server.conf
+++ b/example-server.conf
@@ -9,13 +9,12 @@ server {
   cookie_secret = "supersecret"  # Authentication key for the client cookie
   csrf_secret = "supersecret"  # Authentication key for the CSRF token
   http_logfile = "http.log"  # Logfile for HTTP requests
-}
-
-database {
-  type = "mysql"
-  address = "host:3306"
-  username = "user"
-  password = "pass"
+  database {
+    type = "mysql"
+    address = "host:3306"
+    username = "user"
+    password = "pass"
+  }
 }
 
 # Oauth2 configuration