32 lines
570 B
INI
32 lines
570 B
INI
; config.ini
|
|
; This file is used to run the SafeNet PAL Gateway application
|
|
; Please do not modify if you are not an admin
|
|
|
|
|
|
[GATEWAY]
|
|
id = 0
|
|
port = 49999
|
|
|
|
;MySQL INFO
|
|
;SERVER - mysql server IP
|
|
;DATABASE - mysql schema
|
|
;UID - mysql user ID
|
|
;PASSWORD -mysql password
|
|
[MySQL]
|
|
SERVER = app3.safemobile.com
|
|
DATABASE = safenet302
|
|
UID = root
|
|
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
|
|
|