openstackid/app/config/log.php

11 lines
185 B
PHP

<?php
return array(
/**
* EMAIL ERROR LOG CONFIGURATION
*/
//The receiver of the mail
'to_email' => '',
//The sender of the mail
'from_email' => '',
);