blob: c9a13df44a71caced8329b0e5049a9758c72d536 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Michael Lando5b593492018-07-29 16:13:45 +03003 xmlns:util="http://www.springframework.org/schema/util"
4 xsi:schemaLocation="
Michael Lando451a3402017-02-19 10:28:42 +02005 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
6 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
7
8
9 <util:properties id="elasticsearchConfig" location="file:${config.home}/elasticsearch.yml" />
10
11</beans>