]> git.datanom.net - securemail.git/blobdiff - config.py
Some documentation
[securemail.git] / config.py
index a0c1353445d29b20c1820be855c6c7de37ac636f..bd716427924b7c19523817d58d963ccdefde8b65 100644 (file)
--- a/config.py
+++ b/config.py
 # 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
This page took 0.028709 seconds and 5 git commands to generate.