MySQL over SSL

Signed-off-by: Felix <felix.nz@hotmail.de>
This commit is contained in:
Felix
2020-06-08 16:34:49 +02:00
parent 5ee566f9b5
commit 204c5c5f0b
7 changed files with 53 additions and 3 deletions

View File

@@ -32,6 +32,9 @@ final class DB
const DRIVER = "db.driver";
const HOSTNAME = "db.hostname";
const PASSWORD = "db.password";
const SSL_CA = "db.ssl_ca";
const SSL_CERT = "db.ssl_cert";
const SSL_KEY = "db.ssl_key";
const USERNAME = "db.username";
const GROUP_TABLE = "db.table.group";