29 lines
688 B
Plaintext
29 lines
688 B
Plaintext
|
; config.ini
|
||
|
; This file is used to run the SafeNet Teltonika Gateway application
|
||
|
; Please do not modify if you are not an admin
|
||
|
|
||
|
|
||
|
[SETTINGS]
|
||
|
icon_name = default.png
|
||
|
user_id = 876
|
||
|
radius = 0
|
||
|
;time between google api requests.
|
||
|
time_request = 100
|
||
|
file_name = C:\Users\Adrian\Desktop\Last-GPS-Dump.csv
|
||
|
error_file_name = C:\Users\Adrian\Desktop\error.csv
|
||
|
duplicates_file_name = C:\Users\Adrian\Desktop\duplicates.csv
|
||
|
|
||
|
|
||
|
;MySQL INFO
|
||
|
;SERVER - mysql server IP
|
||
|
;DATABASE - mysql schema
|
||
|
;UID - mysql user ID
|
||
|
;PASSWORD -mysql password
|
||
|
[MySQL]
|
||
|
SERVER = 10.120.1.136
|
||
|
;SERVER = safenet.crnnlkxkkb0y.us-east-1.rds.amazonaws.com
|
||
|
DATABASE = safenet301
|
||
|
UID = safenet
|
||
|
PASSWORD = sE4reg3Q
|
||
|
active = true
|