params.php 98 Bytes
Newer Older
1
<?php
2
return [
3
	'adminEmail' => 'admin@example.com',
4
	'supportEmail' => 'support@example.com',
5
];