From 774f9de80f6893b4235a8f8ad3a89c8f3dde3ec5 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 21 Feb 2017 14:56:10 -0500 Subject: [PATCH] Simplify database config example --- app/config/database.toml.example | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/config/database.toml.example b/app/config/database.toml.example index 18b1ecc9..d80fcf05 100644 --- a/app/config/database.toml.example +++ b/app/config/database.toml.example @@ -8,16 +8,5 @@ host = "" user = "" pass = "" port = "" -name = "default" database = "" file = "anime_collection.sqlite" - -[cache] -type = "sqlite" -host = "" -user = "" -pass = "" -port = "" -name = "default" -database = "" -file = "anime_collection.sqlite" \ No newline at end of file