Skip to content

Instantly share code, notes, and snippets.

@paulgibbs
Created October 26, 2016 11:04
Show Gist options
  • Save paulgibbs/e31eed67cee8ae0b2ea9654c01a570af to your computer and use it in GitHub Desktop.
Save paulgibbs/e31eed67cee8ae0b2ea9654c01a570af to your computer and use it in GitHub Desktop.
diff --git a/config.yaml b/config.yaml
index 6c3e0ce..b73558b 100644
--- a/config.yaml
+++ b/config.yaml
@@ -15,7 +15,7 @@
#
# (When overriding, include vagrant.local if you need it)
hosts:
- - vagrant.local
+ - colt.dev
# IP address to use on the private network
#
@@ -35,12 +35,12 @@ ip: dhcp
# built-in repositories, or a mirror domain as a string.
#
# Values: Yes, No, or any mirror domain name e.g. http://mirror.optus.net/ubuntu/
-apt_mirror: Yes
+apt_mirror: No
# Should we use multisite?
# (Only subdirectories are supported currently)
# Values: Yes, No
-multisite: No
+multisite: Yes
# Database configuration
# (When overriding, include all values)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment