DAO h2 - nicho92/MtgDesktopCompanion GitHub Wiki
- File Location : $USER_HOME/.magicDeskCompanion/dao/h2.conf
- Category : DAO
- Version : 2.3
- Status : BETA
- Need Authenticator : No
Key | Description | Type | Default Value | Allowed Values |
---|---|---|---|---|
WEB_ENABLE | set to true to enable web console | Boolean | true | true false |
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 |
WEB_PORT | set web console port if enable | Number | 8082 | Any value between 1024 and 65535 |
DB_NAME | database name | Text | mtgdesktopclient | |
LOGIN | user allowed to connect to the database | Text | SA | |
PARAMS | JDBC parameters append to the url | Text | ||
SERVERNAME | server name or ip where database is stored | Text | $USER_HOME/.magicDeskCompanion\data |