Browse Source

add server environment configuration to keep the multi-adresing support

sqliteway
ghost 2 years ago
parent
commit
1f9b1503b9
  1. 2
      config/app.php.txt

2
config/app.php.txt

@ -6,7 +6,7 @@ ini_set('display_startup_errors', '1');
error_reporting(E_ALL); error_reporting(E_ALL);
// Website // Website
define('WEBSITE_DOMAIN', ''); define('WEBSITE_DOMAIN', 'http://' . $_SERVER['HTTP_HOST']);
// Database // Database
define('DB_NAME', 'database.sqlite'); define('DB_NAME', 'database.sqlite');

Loading…
Cancel
Save