add env vriable for base url, to use http or https

master
Chewbaka 2 years ago committed by GitHub
parent 4fccf772f6
commit a19912fa79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ return array(
*
* Set this to null to have it automatically detected.
*/
// 'base_url' => null,
'base_url' => $_SERVER['BASE_URL'] ?? null,
/**
* url_suffix - Any suffix that needs to be added to

Loading…
Cancel
Save