Follow naming conventions also for own projects

This commit is contained in:
Daniel Siepmann 2023-02-18 11:23:29 +01:00
parent 7dceddd44c
commit 3c66511ff3
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -3,7 +3,7 @@
import ./../lib/create-typo3.nix {
inherit config lib pkgs;
domain = "daniel-siepmann.localhost";
domain = "daniel-siepmann.own.localhost";
relativeDocumentRoot = "own/daniel-siepmann.de/project/public/";
databaseName = "own_danielsiepmann";
phpPackage = pkgs.php82;