added default config-site.php

Change-Id: I2ef8a62e5a821bb7840e6c6c42c63fd6183bd8c8
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ
2016-12-31 14:39:23 +01:00
parent 618ac69985
commit bf8bcc8630
2 changed files with 12 additions and 0 deletions

11
etc/config-site.dist.php Normal file
View File

@ -0,0 +1,11 @@
<?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';