DBType | postgres | mysql |
Odbc | jdbc:postgresql://[endpoint]:[port]/[database name]?sslmode=require | jdbc:mysql://[endpoint]:[port]/[ddatabase name]?useSSL=true&requireSSL=true&verifyServerCertificate=false&tinyInt1isBit=false |
DBName | The name of the database to connect to |
Username | The username to connect to the database |
Password | The password to connect to the database |
SMTP_SERVER | The endpoint of the smtp server [smtp.gmail.com] |
SMTP_PORT | The port of the smtp server [465] |
SMTP_PWD | The password to connect to the email server |
SMTP_USER | The username to connect to the email server |
SMTP_AUTH_TYPE | The authentication type of the email server [SSL] |
SMTP_FROM | The email address that emails are sent from |
SMTP_REPLYTO | The email address that emails should be replied to |
LicenseKeySecret | The valid license key secret for your subscription |
LicenseKey | The valid license key for your subscription |
|