Skip to content

Commit

Permalink
feat: use ddev_approot for localRootPath
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Feb 2, 2024
1 parent 4e6f164 commit 17a372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/stubs/config-local.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
'outputMode' => 'development',
'guestForceDevelopmentLocal' => true,
'forceIsLocal' => true,
'localRootPath' => '/local/path/to/project/',
'localRootPath' => getenv("DDEV_APPROOT"),
'numLogEntries' => 100, // for RockMigrations
];

0 comments on commit 17a372a

Please sign in to comment.