<?php

/*
 * ==========================================================
 * INITIAL CONFIGURATION FILE
 * ==========================================================
 *
 * Insert here the information for the database connection and for other core settings.
 *
 */

/* Plugin folder url */
define('SB_URL', 'https://parlocrm.com:8055/supportboard');

/* The name of the database */
define('SB_DB_NAME', 'sboard');

/* MySQL database username */
define('SB_DB_USER', 'sbadmin	');

/* MySQL database password */
define('SB_DB_PASSWORD', 'TTtt2233');

/* MySQL hostname */
define('SB_DB_HOST', 'localhost');

/* MySQL port (optional) */
define('SB_DB_PORT', '');

/* [extra] */
//whatsapp business account ID
define('SB_WHATSAPP_BUSINESS_ACCOUNT_ID', 109534575236282);
?>
