32 lines
602 B
INI
32 lines
602 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 = safenet.crnnlkxkkb0y.us-east-1.rds.amazonaws.com
|
||
|
DATABASE = safenet301
|
||
|
UID = safenet
|
||
|
PASSWORD = sE4reg3Q
|
||
|
active = true
|
||
|
|
||
|
[EmailServiceAlerts]
|
||
|
Enable = false
|
||
|
User = alerts@safemobile.com
|
||
|
Pass = safemobile12al
|
||
|
Pop3Server = pop.gmail.com
|
||
|
SmtpServer = smtp.safemobile.com
|
||
|
EnableSSL = False
|
||
|
Pop3Port = 995
|
||
|
SmtpPort = 25
|
||
|
|