-
-
Save paulgibbs/e31eed67cee8ae0b2ea9654c01a570af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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