Subversion Repositories SmartDukaan

Rev

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

Rev 26639 Rev 26640
Line 97... Line 97...
97
	private static final Logger LOGGER = LogManager.getLogger(UserController.class);
97
	private static final Logger LOGGER = LogManager.getLogger(UserController.class);
98
 
98
 
99
	@Value("${notifications.api.host}")
99
	@Value("${notifications.api.host}")
100
	private String nodeHost;
100
	private String nodeHost;
101
 
101
 
-
 
102
	@Autowired
102
	private MobileAppSettingsRepository mobileAppSettingsRepository;
103
	private MobileAppSettingsRepository mobileAppSettingsRepository;
103
 
104
 
104
	@Value("${notifications.api.port}")
105
	@Value("${notifications.api.port}")
105
	private int nodePort;
106
	private int nodePort;
106
 
107