Avoid using local server until we describe how to use it: use real server in the sample instead.
This commit is contained in:
Max Golovanov 2019-09-30 16:05:46 -07:00 коммит произвёл GitHub
Родитель ed5ad2ed43
Коммит f8b95c2d32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -252,7 +252,7 @@ int main()
config[CFG_INT_SDK_MODE] = SdkModeTypes::SdkModeTypes_CS; // SdkModeTypes::SdkModeTypes_UTCCommonSchema
config[CFG_INT_MAX_TEARDOWN_TIME] = 10;
#define USE_LOCAL_URL /* Send to local test server */
// #define USE_LOCAL_URL /* Send to local test server */
#ifdef USE_LOCAL_URL
config[CFG_STR_COLLECTOR_URL] = "https://127.0.0.1:5001/OneCollector/";
#endif