From b38c7ac3bd730c879b9dfcd163964c60e70418cc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Aug 2009 12:44:48 +0300 Subject: [PATCH] Updated host configuration examples. --- config/hosts.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/hosts.php b/config/hosts.php index 4370048..59a02da 100644 --- a/config/hosts.php +++ b/config/hosts.php @@ -21,11 +21,10 @@ $hosts = array( // 'admin.zynapse' => array( // 'root' => 'admin', // ), - // 'zynapse.org' => array( + // '*zynapse.org' => array( // 'environment' => 'production', // ), // 'admin.zynapse.org' => array( - // 'environment' => 'production', // 'root' => 'admin', // ), );