Subversion Repositories SmartDukaan

Rev

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

Rev 30648 Rev 31631
Line 47... Line 47...
47
			.unmodifiableMap(new HashMap<ReporticoProject, Map<String, String>>() {
47
			.unmodifiableMap(new HashMap<ReporticoProject, Map<String, String>>() {
48
				{
48
				{
49
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
49
					put(ReporticoProject.FOCO, new HashMap<String, String>() {
50
						{
50
						{
51
							put("project", ReporticoProject.FOCO.getValue());
51
							put("project", ReporticoProject.FOCO.getValue());
52
							put("project_password", "D!ff!culT$A");
52
							put("project_password", "$Dukaan@123Smart");
53
						}
53
						}
54
					});
54
					});
55
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
55
					put(ReporticoProject.FOCOR, new HashMap<String, String>() {
56
						{
56
						{
57
							put("project", ReporticoProject.FOCOR.getValue());
57
							put("project", ReporticoProject.FOCOR.getValue());
Line 59... Line 59...
59
						}
59
						}
60
					});
60
					});
61
					put(ReporticoProject.WAREHOUSENEW, new HashMap<String, String>() {
61
					put(ReporticoProject.WAREHOUSENEW, new HashMap<String, String>() {
62
						{
62
						{
63
							put("project", ReporticoProject.WAREHOUSENEW.getValue());
63
							put("project", ReporticoProject.WAREHOUSENEW.getValue());
64
							put("project_password", "warehousenew");
64
							put("project_password", "$Warehouse@123New");
65
						}
65
						}
66
					});
66
					});
67
				}
67
				}
68
			});
68
			});
69
 
69