@@ -172,7 +172,7 @@ public class SysConf {
@Value(("#{sys.messageServiceUrl}"))
private String messageServiceUrl;
- @Value("#{profile}")
+ @Value("#{sys.profile}")
private String profile;
public Boolean getRebuildIndexesOnRefresh() {