Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c2cc7813

Přidáno uživatelem Pultak před asi 2 roky(ů)

re #9441 Added configuration properties + library added to project structure

Zobrazit rozdíly:

ld_client/LDClient/appsettings.json
16 16
  },
17 17

  
18 18
  "Network": {
19
    "ApiBaseAddress": "http://192.168.0.22",
19
    "ApiBaseAddress": "http://127.0.0.1",
20 20
    "ApiLDEndPoint": "/lauterbach-debugger-logs/",
21
    "ApiPort": 8000,
22
    "ApiRetryPeriod": 1,
23

  
21
    "ApiPort": 8000
22
  },
23
  "Cache": {
24
    "RetryPeriod": 1,
25
    "MaxEntries": 20,
26
    "MaxRetries": 5,
27
    "CacheFileName": "cache"
28
  },
29
  "DebuggerDetection": {
24 30
    "DebuggerAddress": "localhost",
25
    "DebuggerPort": 20000
31
    "DebuggerPort": 20000,
32
    "DebuggerProcessName": "t32mtc"
26 33
  } 
27 34
}

Také k dispozici: Unified diff