aboutsummaryrefslogtreecommitdiff
path: root/backend/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/config.go')
-rw-r--r--backend/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/config.go b/backend/config.go
index d4872b1..3e605c8 100644
--- a/backend/config.go
+++ b/backend/config.go
@@ -32,7 +32,6 @@ type Config struct {
Domain string `toml:"domain"`
Name string `toml:"name"`
Description string `toml:"description"`
- DefaultImage string `toml:"default_image"`
Quotes []string `toml:"quotes"`
Language string `toml:"language"`
Database string `toml:"database"`