diff options
author | Effy Elden <git@effy.is> | 2017-01-26 19:22:59 +1100 |
---|---|---|
committer | Effy Elden <git@effy.is> | 2017-01-26 19:22:59 +1100 |
commit | 94eccbc5de400a1b783e7bd0e23d2fcce45d5cad (patch) | |
tree | b33ff1ae3fcac856afb1b0ae3f1e29cbb5605780 | |
parent | 905c82917959a5afe24cb85c62c0b0ba13f0da8b (diff) |
Add a default LOCAL_DOMAIN=mastodon.dev to .env.vagrant
-rw-r--r-- | .env.vagrant | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.vagrant b/.env.vagrant index 0ab0552c9..04b889d00 100644 --- a/.env.vagrant +++ b/.env.vagrant @@ -1 +1,2 @@ -VAGRANT=true \ No newline at end of file +VAGRANT=true +LOCAL_DOMAIN=mastodon.dev \ No newline at end of file |