mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1461 (using beta.newsblur.com)
This commit is contained in:
parent
2b25d33403
commit
74b9766295
1 changed files with 5 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue