From b9be7ac9cc85f10a2b431df502b5e30802cab36d Mon Sep 17 00:00:00 2001 From: atinsley Date: Fri, 11 Feb 2022 19:05:34 -0500 Subject: [PATCH] Update advanced.md Add details about how to specify a custom database location in config.yml --- docs/docs/configuration/advanced.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index 18521b7d5..e57c6b184 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -43,6 +43,11 @@ If you are storing your database on a network share (SMB, NFS, etc), you may get This may need to be in a custom location if network storage is used for the media folder. +```yaml +database: + path: +``` + ### `model` If using a custom model, the width and height will need to be specified.