bug fix redirect url with docker installation
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
c9fa6abf06
commit
b52a61ca40
@@ -13,6 +13,8 @@ if(is_string(Getenv('TYPE')) && Getenv('TYPE') == "docker") {
|
||||
define('DATABASE_PASSWORD', Getenv('DATABASE_PASSWORD'));
|
||||
define('DATABASE_PREFIX', Getenv('DATABASE_PREFIX')); // This must have a trailing underscore. Example: qr_
|
||||
define('DATABASE_CHARSET', Getenv('DATABASE_CHARSET'));
|
||||
define('TYPE', Getenv('TYPE'));
|
||||
define('BASE_URL', Getenv('BASE_URL'));
|
||||
} else {
|
||||
define('DATABASE_HOST', "localhost");
|
||||
define('DATABASE_PORT', "3306");
|
||||
|
||||
Reference in New Issue
Block a user