- set default site 'is_public' value to True
authorTony Mack <tmack@cs.princeton.edu>
Mon, 2 Jul 2007 18:44:10 +0000 (18:44 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 2 Jul 2007 18:44:10 +0000 (18:44 +0000)
db-config

index 6a94941..a773320 100755 (executable)
--- a/db-config
+++ b/db-config
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: db-config,v 1.21 2007/02/02 19:56:21 mlhuang Exp $
+# $Id: db-config,v 1.22 2007/02/02 23:40:22 mlhuang Exp $
 #
 
 from plc_config import PLCConfiguration
@@ -54,7 +54,7 @@ def main():
              'name': plc['name'] + " Central",
              'abbreviated_name': plc['name'],
              'login_base': plc['slice_prefix'],
-             'is_public': False,
+             'is_public': True,
              'url': url,
              'max_slices': 100 }