From 0d8488a5f77e330daec04ccf5a7dc4a60396b854 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 26 Nov 2010 16:38:49 -0800 Subject: set default to false for invites being off --- config/app_config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/app_config.yml.example') diff --git a/config/app_config.yml.example b/config/app_config.yml.example index 21d7b6e61..06b6c3168 100644 --- a/config/app_config.yml.example +++ b/config/app_config.yml.example @@ -72,7 +72,7 @@ default: #cloudfiles username and api-key, used for backups cloudfiles_username: 'example' cloudfiles_api_key: 'abc123' - invites_off: true + invites_off: false development: -- cgit v1.2.3