Subversion Repositories SmartDukaan

Rev

Rev 27265 | Rev 27484 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27265 Rev 27278
Line 48... Line 48...
48
	private static final String NOTIFICATION_CAMPAIGNS = "notificationcampaigns";
48
	private static final String NOTIFICATION_CAMPAIGNS = "notificationcampaigns";
49
	private static final String USER_DB = "User";
49
	private static final String USER_DB = "User";
50
	private static final int MONGO_PORT = 27017;
50
	private static final int MONGO_PORT = 27017;
51
 
51
 
52
	private static final Gson gson = new Gson();
52
	private static final Gson gson = new Gson();
53
	private static final List<String> BLOCKED_BRANDS = Arrays.asList("Realme");
53
	private static final List<String> BLOCKED_BRANDS = Arrays.asList();
54
	public static final Map<Integer, List<String>> PARTNER_BLoCKED_BRANDS = new HashMap<>();
54
	public static final Map<Integer, List<String>> PARTNER_BLoCKED_BRANDS = new HashMap<>();
55
	public static final Map<Integer, List<String>> PARTNER_ALLOWED_BRANDS = new HashMap<>();
55
	public static final Map<Integer, List<String>> PARTNER_ALLOWED_BRANDS = new HashMap<>();
56
	
56
	
57
 
57
 
58
	static {
58
	static {