DAO hSQLdb2 - nicho92/MtgDesktopCompanion GitHub Wiki
- File Location : $USER_HOME/.magicDeskCompanion/dao/hSQLdb2.conf
- Category : DAO
- Version : 2.7
- Status : STABLE
- Need Authenticator : No
Key | Description | Type | Default Value | Allowed Values |
---|---|---|---|---|
PASS | password of the connected user | Text | pass | |
SERVERPORT | listening port of the database | Text | Any value between 1024 and 65535 |
|
MODE | select storage mode. File will persiste data on drive, mem will store data in memory | Text | file | file mem |
DB_NAME | database name | Text | mtgdesktopclient | |
LOGIN | user allowed to connect to the database | Text | SA | |
PARAMS | JDBC parameters append to the url | Text | ;sql.lowercase_ident=true | |
SERVERNAME | server name or ip where database is stored | Text | $USER_HOME/.magicDeskCompanion\data\hsqldao |