mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
PROD_DEBUG set to staging server.
This commit is contained in:
parent
d03f4cb787
commit
8044516ff1
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
#import <CoreServices/CoreServices.h>
|
#import <CoreServices/CoreServices.h>
|
||||||
|
|
||||||
//#define DEBUG 1
|
//#define DEBUG 1
|
||||||
//#define PROD_DEBUG 1
|
#define PROD_DEBUG 1
|
||||||
//#define PROD_BETA 1
|
//#define PROD_BETA 1
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
#define DEFAULT_ICONS_HOST [NSString stringWithFormat:@"http://nb.local.com/rss_feeds/icon"]
|
#define DEFAULT_ICONS_HOST [NSString stringWithFormat:@"http://nb.local.com/rss_feeds/icon"]
|
||||||
#elif PROD_DEBUG
|
#elif PROD_DEBUG
|
||||||
#define BACKGROUND_REFRESH_SECONDS 5
|
#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"]
|
#define DEFAULT_ICONS_HOST [NSString stringWithFormat:@"https://s3.amazonaws.com/icons.newsblur.com"]
|
||||||
#elif PROD_BETA
|
#elif PROD_BETA
|
||||||
#define BACKGROUND_REFRESH_SECONDS 60*60
|
#define BACKGROUND_REFRESH_SECONDS 60*60
|
||||||
|
|
Loading…
Add table
Reference in a new issue