aboutsummaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-19 23:45:26 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-19 23:45:26 +0100
commite49b2f7bf147ea74593f9377d3338b6ee6c4e0d8 (patch)
treee16747380000621d8462f7445b5a049b1a29e816 /config.php.example
parent62e2bf48a0a82755e7e43f9b79b0977cd878476f (diff)
downloadarfnet2-cstims-e49b2f7bf147ea74593f9377d3338b6ee6c4e0d8.tar.gz
arfnet2-cstims-e49b2f7bf147ea74593f9377d3338b6ee6c4e0d8.zip
Remove SMTP debug
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example
index 7069536..39239a8 100644
--- a/config.php.example
+++ b/config.php.example
@@ -12,6 +12,8 @@ define('MAIL_PORT', 587);
define('MAIL_USER', 'user');
define('MAIL_PASSWORD', 'password');
define('MAIL_FROM', 'system@example.com');
+
+define('DOMAIN', 'dash.example.com');
/* Attempt to connect to MySQL database */
$link = mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD, DB_NAME);