Fix base url of reuter project

We use BASE_URL instead of TYPO3_BASE in this project
This commit is contained in:
Daniel Siepmann 2022-05-16 11:47:04 +02:00
parent f3e90cd960
commit 44060ad9fb
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -34,6 +34,7 @@ in pkgs.mkShell {
export TYPO3_CONTEXT=Development/dsiepmann
export TYPO3_DATABASE=emoto2_reuter
export TYPO3_BASE=https://reuter.emoto2.localhost/
export BASE_URL=https://reuter.emoto2.localhost/
export TYPO3_ADDITIONAL_CONFIGURATION=/home/daniels/.local/share/typo3-configuration/AdditionalConfiguration.inc.php
'';
}