PROD_DEBUG set to staging server.

This commit is contained in:
Samuel Clay 2022-02-18 13:14:16 -05:00
parent d03f4cb787
commit 8044516ff1

View file

@ -8,7 +8,7 @@
#import <CoreServices/CoreServices.h>
//#define DEBUG 1
//#define PROD_DEBUG 1
#define PROD_DEBUG 1
//#define PROD_BETA 1
#ifdef DEBUG
@ -17,7 +17,7 @@
#define DEFAULT_ICONS_HOST [NSString stringWithFormat:@"http://nb.local.com/rss_feeds/icon"]
#elif PROD_DEBUG
#define BACKGROUND_REFRESH_SECONDS 5
#define DEFAULT_NEWSBLUR_URL [NSString stringWithFormat:@"http://debug.newsblur.com"]
#define DEFAULT_NEWSBLUR_URL [NSString stringWithFormat:@"http://staging.newsblur.com"]
#define DEFAULT_ICONS_HOST [NSString stringWithFormat:@"https://s3.amazonaws.com/icons.newsblur.com"]
#elif PROD_BETA
#define BACKGROUND_REFRESH_SECONDS 60*60