33 lines
624 B
INI
33 lines
624 B
INI
; config.ini
|
|
; This file is used to run the SafeNet Teltonika Gateway application
|
|
; Please do not modify if you are not an admin
|
|
|
|
|
|
[GATEWAY]
|
|
id = 0
|
|
port = 49999
|
|
transport = tcp
|
|
|
|
;MySQL INFO
|
|
;SERVER - mysql server IP
|
|
;DATABASE - mysql schema
|
|
;UID - mysql user ID
|
|
;PASSWORD -mysql password
|
|
[MySQL]
|
|
SERVER = safenet.crnnlkxkkb0y.us-east-1.rds.amazonaws.com
|
|
DATABASE = safenet301
|
|
UID = safenet
|
|
PASSWORD = sE4reg3Q
|
|
active = true
|
|
|
|
[EmailServiceAlerts]
|
|
Enable = false
|
|
User = safemobilealerts@gmail.com
|
|
Pass = SafeMobile2012
|
|
Pop3Server = pop.gmail.com
|
|
SmtpServer = smtp.gmail.com
|
|
EnableSSL = True
|
|
Pop3Port = 995
|
|
SmtpPort = 587
|
|
|