From bb019e444864509f58ea98e2a03af1f48bbebb0d Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sun, 30 Apr 2023 14:18:03 +0100 Subject: [PATCH] docs: document config `unix_socket` --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 2b23101e9..f7659673b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -25,6 +25,7 @@ Here's a quick overview of what everything means with an example file: 'prefix' => '', // the prefix for the tables, useful if you are sharing the same database with another service 'port' => '3306', // the port of the connection, defaults to 3306 with MySQL 'strict' => false, + 'unix_socket' => '', // the unix socket of the connection, useful if you are using a local database (example: '/run/mysqld/mysqld.sock') ), 'url' => 'https://flarum.localhost', // the URL installation, you will want to change this if you change domains 'paths' =>