summaryrefslogtreecommitdiff
path: root/internal/config/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/defaults.go')
-rw-r--r--internal/config/defaults.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go
index 847f10c81..75af21222 100644
--- a/internal/config/defaults.go
+++ b/internal/config/defaults.go
@@ -20,9 +20,9 @@ package config
import "github.com/coreos/go-oidc/v3/oidc"
-// Defaults returns a populated Values struct with most of the values set to reasonable defaults.
-// Note that if you use this, you still need to set Host and, if desired, ConfigPath.
-var Defaults = Values{
+// Defaults contains a populated Configuration with reasonable defaults. Note that
+// if you use this, you will still need to set Host, and, if desired, ConfigPath.
+var Defaults = Configuration{
LogLevel: "info",
LogDbQueries: false,
ApplicationName: "gotosocial",