From 2ce96ea29348580a30ecc5361fc0504e87d55fc5 Mon Sep 17 00:00:00 2001 From: Christiam Camacho Date: Sat, 19 Oct 2019 07:44:55 -0400 Subject: [PATCH] Change default section to DBSETTINGS --- taxadb.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxadb.ini.example b/taxadb.ini.example index ae211a8..42b9830 100644 --- a/taxadb.ini.example +++ b/taxadb.ini.example @@ -1,7 +1,7 @@ ; This is an example configuration file to use for testing taxadb application ; Edit following key to fit your database type (dbtype) and connection settings ; By default it uses sqlite and a provided SQLite database located in taxadb/test directory -[sql] +[DBSETTINGS] dbname=taxadb/test/test_db.sqlite dbtype=sqlite