[Add] added comment

This commit is contained in:
nanoric 2019-04-11 05:28:05 -04:00
parent 7490a5c0ad
commit 3134b692a6

View File

@ -25,7 +25,7 @@ SETTINGS = {
"rqdata.username": "",
"rqdata.password": "",
"database": {
"driver": "sqlite",
"driver": "sqlite", # sqlite, mysql, postgresql
"database": "{VNPY_TEMP}/database.db", # for sqlite, use this as filepath
"host": "localhost",
"port": 3306,