SERVER WebShop - nicho92/MtgDesktopCompanion GitHub Wiki
- File Location : $USER_HOME/.magicDeskCompanion/server/WebShop.conf
- Category : SERVER
- Version : 12.0.15
- Status : DEV
- Need Authenticator : No
Key | Description | Type | Default Value | Allowed Values |
---|---|---|---|---|
KEYSTORE_URI | location of certificates keystore file | Text | $USER_HOME/.magicDeskCompanion\data\jetty.jks | |
AUTOSTART | Run server at startup | Boolean | false | true false |
SERVER-SSL-PORT | listening port for https | Number | 443 | Any value > 443 |
SERVER-PORT | listening port for webserver | Number | 80 | Any value > 80 |
REST_BACKEND_URI | frontal endpoint of Json Http Server | Url | http://localhost:8080 | |
KEYSTORE_PASS | password for the keystore | Text | changeit | |
ALLOW_LIST_DIR | alow root directory listing | Boolean | false | true false |
JSONSERVER_START | Run Json Http server on startup. | Boolean | true | true false |
SSL_ENABLED | Run server with ssl | Boolean | false | true false |