﻿{
  "_comment": "WME Update Manager - Default Configuration (Producer)",
  "_description": "This file contains DEFAULT values shipped with the application. Client-specific overrides go in updateConfigSpec.json",
  "_note": "Download sources are configured in sources[] array, not in separate fields",

  "applicationName": "WinMentor Enterprise",
  "version": "",

  "_logPath_note": "Empty means relative to executable: <exe_dir>\\Logs\\",
  "logPath": "",
  "_tempPath_note": "Empty means relative to executable: <exe_dir>\\Temp\\",
  "tempPath": "",
  "retryCount": 3,
  "retryDelaySeconds": 5,

  "downloadMethod": 0,
  "adminDownloadMethod": 0,
  "runMode": 1,

  "sharedConfigPath": "",
  "deployToSharePath": "",
  "clientSourcePath": "",

  "platformFilter": 2,
  "logLevel": 1,

  "_nonPlatformApps_note": "Aplicatii care NU sunt separate pe 32/64-bit - se pun direct in directorul versiunii, nu in x86/x64",
  "nonPlatformApps": ["MARTOR", "PGMARTOR", "PGSERVICE", "SERVICE"],

  "_deploySharePath_note": "Base network share for authentication (e.g., \\\\server\\share). deployToSharePath is the full destination path.",
  "deploySharePath": "",
  "deployUsername": "",
  "deployPassword": "",
  "deployDomain": "",
  "deployPersistent": false,
  "deployUseCredentials": false,

  "preEvents": [],
  "files": [],
  "postEvents": [],
  "sources": [
    {
      "name": "WinMentor Official HTTPS",
      "sourceType": 2,
      "priority": 1,
      "enabled": true,
      "httpSettings": {
        "baseURL": "https://download.winmentor.ro/WMEnterprise/Versiuni%20WME/",
        "username": "",
        "password": "",
        "useProxy": false,
        "proxyHost": "",
        "proxyPort": 0,
        "proxyUsername": "",
        "proxyPassword": "",
        "timeoutSeconds": 300
      }
    },
    {
      "name": "WinMentor Official FTP",
      "sourceType": 3,
      "priority": 2,
      "enabled": true,
      "sftpCredentials": {
        "host": "ftp2.wme.ro",
        "port": 21,
        "username": "anonymous",
        "password": "",
        "privateKeyPath": "",
        "passphrase": "",
        "remotePath": "WMEnterprise/Versiuni WME"
      }
    }
  ],
  "clients": []
}
