diff --git a/doublecommander/config.json b/doublecommander/config.json index 6a353e20d..8eff6d5f8 100644 --- a/doublecommander/config.json +++ b/doublecommander/config.json @@ -37,9 +37,6 @@ "options": { "PUID": 0, "PGID": 0, - "localdisks": [ - "sda1" - ], "networkdisks": "", "cifsusername": "", "cifspassword": "" @@ -48,11 +45,9 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": [ - "str" - ], - "networkdisks": "str", - "cifsusername": "str", - "cifspassword": "str" + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?", + "cifsdomain": "str?" } }