#1461 (using beta.newsblur.com)

This commit is contained in:
David Sinclair 2021-05-06 19:52:20 -07:00
parent 2b25d33403
commit 74b9766295

View file

@ -9,6 +9,7 @@
//#define DEBUG 1
//#define PROD_DEBUG 1
#define PROD_BETA 1
#ifdef DEBUG
#define BACKGROUND_REFRESH_SECONDS 5
@ -18,6 +19,10 @@
#define BACKGROUND_REFRESH_SECONDS 5
#define DEFAULT_NEWSBLUR_URL [NSString stringWithFormat:@"http://debug.newsblur.com"]
#define DEFAULT_ICONS_HOST [NSString stringWithFormat:@"https://s3.amazonaws.com/icons.newsblur.com"]
#elif PROD_BETA
#define BACKGROUND_REFRESH_SECONDS 10*60
#define DEFAULT_NEWSBLUR_URL [NSString stringWithFormat:@"https://beta.newsblur.com"]
#define DEFAULT_ICONS_HOST [NSString stringWithFormat:@"https://s3.amazonaws.com/icons.newsblur.com"]
#else
#define BACKGROUND_REFRESH_SECONDS 10*60
#define DEFAULT_NEWSBLUR_URL [NSString stringWithFormat:@"https://www.newsblur.com"]