aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/config.php')
-rw-r--r--web/config.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/config.php b/web/config.php
index c31e60b..1d1cb2e 100644
--- a/web/config.php
+++ b/web/config.php
@@ -9,6 +9,9 @@
// Should we allow multiple simultaneous builds for a user?
define("SIMULTANEOUS_BUILDS", false);
+ // What should we set as the default list of packages?
+ define("DEFAULT_PACKAGES", "dhcpd");
+
// What should we limit the virtual machine disk size to?
define("MAX_DISK_SIZE", 16384);
@@ -20,5 +23,5 @@
// Set the RECAPTCHA keys that should be used, if enabled
define("RECAPTCHA_ENABLED", false);
- define("RECAPTCHA_PUBLIC_KEY","REPLACE_ME");
+ define("RECAPTCHA_PUBLIC_KEY", "REPLACE_ME");
define("RECAPTCHA_PRIVATE_KEY", "REPLACE_ME"); \ No newline at end of file