Skip to content

Commit f3510ae

Browse files
committed
Add USE_MUTAGEN env entry
1 parent b056f9d commit f3510ae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.env.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ NGROK_REGION=au
2727
# Set your preferred shell (used by things like tphp). bash and zsh are available.
2828
INTERACTIVE_SHELL=zsh
2929

30+
# Uncomment this to use mutagen on MacOS (to speed up docker volume syncing)
31+
#USE_MUTAGEN=1
32+
3033
# Build settings (this will have an affect on build only)
3134
TIME_ZONE=Pacific/Auckland
3235

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.use-mutagen
2+
use-mutagen
23
mutagen.yml.lock
34
.env
45
!.gitkeep

use-mutagen

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)