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"