DAO PostGreSQL - nicho92/MtgDesktopCompanion GitHub Wiki
- File Location : $USER_HOME/.magicDeskCompanion/dao/PostGreSQL.conf
- Category : DAO
- Version : 42.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 | Number | 5432 | Any value between 1024 and 65535 |
DB_NAME | database name | Text | mtgdesktopclient | |
LOGIN | user allowed to connect to the database | Text | login | |
PARAMS | JDBC parameters append to the url | Text | ||
SERVERNAME | server name or ip where database is stored | Text | localhost |