Advertisement
Guest User

inifile.ini

a guest
Aug 20th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. # DB set up
  2. DATABASENAME:ngp
  3. SQLSERVER:192.168.1.123
  4. USERNAME:crtupas
  5. PASSWORD:crtupas123
  6. DATABASEPORT:3306
  7.  
  8. # Rawdata DB set up
  9. RAWDATADB:ngp
  10. RAWDATASERVER:35.187.150.172
  11. RAWDATATABLE:rawdata
  12. RAWDATA_UN:ngpprocessor
  13. RAWDATA_PW:ngpprocessor
  14.  
  15. # max number of data queued on thread pool. max number of data per request to rawdatamanager
  16. THREADLIMIT:3
  17.  
  18. # no of database connection to be set on connection pool
  19. MAXCONNECTION:5
  20.  
  21. # interval in secs to get pending data for processing
  22. TIMER:5000
  23.  
  24. # application name to be registered on table application status for monitoring is application is still alive
  25. APPNAME:TestNGPProcessor
  26.  
  27. # machine name or url where rawdatamanager is running
  28. MACHINE_NAME:192.168.1.30
  29.  
  30. # port connection to rawdatamanager
  31. TCP_PORT:5003
  32.  
  33. # application name to use when handshaking to rawdatamanager
  34. APP_SOCKET_NAME:TestNGPProcessor
  35.  
  36. # no of executors on threadpool. max number of concurrent processes
  37. THREAD_POOL_COUNT:3
  38.  
  39. # for debugging purposes set to true to print on screen socket activities
  40. DEBUG_MODE:false
  41.  
  42. # for debugging purposes set to true to print on screen data inserted to hist_trackrecords
  43. PRINT_INSERT:true
  44.  
  45. # for debugging purposes set to true to log data with error on processing to /logs/errorLogyyyymmdd.txt file
  46. LOG_ERROR:false
  47.  
  48. # set to true to send cemex processed data to TMS
  49. SEND2TMS:false
  50.  
  51. # set to true to log significant activities to
  52. # /logs/logyyyymmdd.txt
  53. # /logs/geofencingyyyymmdd.txt
  54. # /logs/threadConnectionyyyymmdd.txt
  55. LOGACTIVITY:false
  56.  
  57. # set to true to pass sms messages to rawdatamanager. do not set more than 1 processor of 1 db to true
  58. FORWARD_SMS:false
  59.  
  60. # set to true to reprocess zoning of requested devices on for_reprocessing table
  61. REPROCESS:false
  62.  
  63. # set to true to overwrite previous alert and regenerate zoning alerts
  64. # use when need to reprocess rawdata
  65. FOR_REPROCESSING:false
  66.  
  67. # set to true to record data process time
  68. LOG_PROCESS_TIME:true
  69.  
  70. # set to true to data on uploads.gps_update (Web service Post)
  71. PROCESS_POST:true
  72. UPLOAD_PROCESS_LIMIT:5
  73.  
  74. # For URC Features
  75. URC_GROUP_ID: 769,2509
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement