From ac544738a2d315463834e319b66e555f0dddc3c1 Mon Sep 17 00:00:00 2001 From: Graham Steffaniak <42989099+gtsteffaniak@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:03:20 -0500 Subject: [PATCH] Update configuration.md (#91) --- configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.md b/configuration.md index 6284522e..06bc00c9 100644 --- a/configuration.md +++ b/configuration.md @@ -7,8 +7,6 @@ This document covers the available configuration options, their defaults, and ho Here is an expanded config file which includes all possible configurations: ``` -adminUsername: admin -adminPassword: admin server: CreateUserDir: false UserHomeBasePath: "" @@ -27,6 +25,8 @@ server: database: "/database/database.db" root: "/srv" auth: + adminUsername: admin + adminPassword: admin recaptcha: host: "" key: "" @@ -69,8 +69,6 @@ userDefaults: Here are the defaults if nothing is set: ``` -adminUsername: admin -adminPassword: admin server: enableThumbnails: true enableExec: false @@ -82,6 +80,8 @@ server: log: stdout root: /srv auth: + adminUsername: admin + adminPassword: admin method: password recaptcha: host: ""