From 4b8cc9060ed71e431b8d5084a5db6212e9f25852 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 8 Feb 2022 18:25:54 +0400 Subject: [PATCH] Removed WebDir option. --- internal/configuration/configuration.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/configuration/configuration.go b/internal/configuration/configuration.go index fb8ebb6..c7e8ecc 100644 --- a/internal/configuration/configuration.go +++ b/internal/configuration/configuration.go @@ -12,7 +12,6 @@ import ( type Configuration struct { ListenOn string `yaml:"listen_on"` HashSalt string `yaml:"hash_salt"` - WebDir string `yaml:"web_dir"` User string `yaml:"user"` Log struct { ToStdout bool `yaml:"stdout"`