about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-26 10:43:54 +0100
committerGitHub <noreply@github.com>2017-01-26 10:43:54 +0100
commit95b0bf981519cf03acc96d3d285853163d1b9735 (patch)
treeb33ff1ae3fcac856afb1b0ae3f1e29cbb5605780
parent905c82917959a5afe24cb85c62c0b0ba13f0da8b (diff)
parent94eccbc5de400a1b783e7bd0e23d2fcce45d5cad (diff)
Merge pull request #544 from ineffyble/tweak/add-default-local-domain-for-vagrant-environments
Add a default LOCAL_DOMAIN=mastodon.dev to .env.vagrant
-rw-r--r--.env.vagrant3
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