mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Auto-enabling new users for the 2nd anniversary of the google reader shutdown.
This commit is contained in:
parent
ae926d5c57
commit
3c0b8c642d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
#import <SystemConfiguration/SystemConfiguration.h>
|
||||
#import <MobileCoreServices/MobileCoreServices.h>
|
||||
|
||||
#define DEBUG 1
|
||||
//#define DEBUG 1
|
||||
//#define PROD_DEBUG 1
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
|
@ -77,7 +77,7 @@ DEBUG_ASSETS = DEBUG
|
|||
HOMEPAGE_USERNAME = 'popular'
|
||||
ALLOWED_HOSTS = ['*']
|
||||
AUTO_PREMIUM_NEW_USERS = False
|
||||
AUTO_ENABLE_NEW_USERS = False
|
||||
AUTO_ENABLE_NEW_USERS = True
|
||||
PAYPAL_TEST = False
|
||||
|
||||
# ===============
|
||||
|
|
Loading…
Add table
Reference in a new issue