Remove unnecessary environment from shell
This commit is contained in:
parent
6a333832a9
commit
70ee36288b
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ in pkgs.mkShell {
|
|||
];
|
||||
|
||||
TYPO3_DATABASE = "typo3_workshop";
|
||||
TYPO3_CONTEXT = "Development/dsiepmann";
|
||||
TYPO3_ADDITIONAL_CONFIGURATION = "/home/daniels/.local/share/typo3-configuration/AdditionalConfiguration.inc.php";
|
||||
|
||||
shellHook = ''
|
||||
export PROJECT_ROOT="$(pwd)"
|
||||
|
|
Loading…
Reference in a new issue