From c4339835a1f417ded1ccf56b046cd85f4fb440e8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 2 Jul 2007 18:44:10 +0000 Subject: [PATCH] - set default site 'is_public' value to True --- db-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db-config b/db-config index 6a94941..a773320 100755 --- a/db-config +++ b/db-config @@ -7,7 +7,7 @@ # Mark Huang # 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 } -- 2.43.0