From c9073ed8c65504f9ecf87b445abf239e7e290eb5 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 7 Aug 2024 10:38:40 -0400 Subject: [PATCH] db type --- src/config/defConf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/defConf.nim b/src/config/defConf.nim index 9ccd158..c04652e 100644 --- a/src/config/defConf.nim +++ b/src/config/defConf.nim @@ -15,7 +15,7 @@ const defaultConf* = #appName = "" [Database] -; 2 database types are supported PostgreSQL or SQLite. +; Currently only PostgreSQL is supported but Sqlite may be added in the future. #dbType = postgresql ; IP address or domain of the database. #dbHost = "db"