piler/etc/config-site.dist.php
SJ bf8bcc8630 added default config-site.php
Change-Id: I2ef8a62e5a821bb7840e6c6c42c63fd6183bd8c8
Signed-off-by: SJ <sj@acts.hu>
2017-03-05 20:57:00 +01:00

12 lines
318 B
PHP

<?php
$config['SITE_NAME'] = 'HOSTNAME';
$config['SITE_URL'] = 'http://' . $config['SITE_NAME'] . '/';
$config['SMTP_DOMAIN'] = $config['SITE_NAME'];
$config['SMTP_FROMADDR'] = 'no-reply@' . $config['SITE_NAME'];
$config['ADMIN_EMAIL'] = 'admin@' . $config['SITE_NAME'];
$config['DB_PASSWORD'] = 'MYSQL_PASSWORD';