- <?php
- /* Define the MySQL configuration variables */
-
- //$db_host = 'kdeg-vm-14.scss.tcd.ie'; // DEVELOPMENT
- $db_host = 'localhost'; // PRODUCTION
- $db_username = 'ethics';
- $db_password = 'Adapt2016';
- $db_port = '3306';
- $db_name = 'ethicscanvas';
-
- $mail_user = 'ethicscanvas@gmail.com'; // Gmail username
- $mail_password = 'Ethics2016'; // Gmail password
- $mail_from_name = 'Ethics Canvas'; // Name of email sender
- ?>
|