config.php 462 B

1234567891011121314
  1. <?php
  2. /* Define the MySQL configuration variables */
  3. //$db_host = 'kdeg-vm-14.scss.tcd.ie'; // DEVELOPMENT
  4. $db_host = 'localhost'; // PRODUCTION
  5. $db_username = 'ethics';
  6. $db_password = 'Adapt2016';
  7. $db_port = '3306';
  8. $db_name = 'ethicscanvas';
  9. $mail_user = 'ethicscanvas@gmail.com'; // Gmail username
  10. $mail_password = 'Ethics2016'; // Gmail password
  11. $mail_from_name = 'Ethics Canvas'; // Name of email sender
  12. ?>