# You should have received a copy of the GNU General Public License
# along with SecureMail. If not, see <https://www.gnu.org/licenses/>.
+###### REQUIREMENTS #######
+# python3-nacl #
+# python3-mysqldb #
+# python3-psycopg2 #
+# python3-apsw #
+# mysql, postgresql or sqlite #
+###############################
+
#DBTYPE = "mysql"
-DBTYPE = "postgresql"
-DBHOST = "localhost"
-#DBPORT = 3306
-DBPORT = 5432
-DBUID = "backend"
-DBPWD = "clV77B2ZJQxr"
-DBNAME = "securemail"
+#DBHOST = "localhost" # default value
+#DBPORT = 3306 # default value
+#DBTYPE = "postgresql"
+#DBHOST = "localhost" # default value
+#DBPORT = 5432 # default value
+DBTYPE = "sqlite"
+#DBUID = "backend" # default value
+#DBPWD = "clV77B2ZJQxr" # default value
+DBNAME = "securemail" # if DBTYPE is sqlite: ./DBNAME + .db