Add autodiscover and autoconfig

This commit is contained in:
andryyy
2016-12-21 12:16:05 +01:00
parent 036d547415
commit 49e09d3ca0
5 changed files with 85 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ $database_host = "mysql";
$database_user = getenv('DBUSER');
$database_pass = getenv('DBPASS');
$database_name = getenv('DBNAME');
// Other variables
$mailcow_hostname = getenv('MAILCOW_HOSTNAME');
date_default_timezone_set(getenv('TZ'));
// Where to go after adding and editing objects