Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<beans xmlns="http://www.springframework.org/schema/beans"
4
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
       xmlns:context="http://www.springframework.org/schema/context"
6
       xsi:schemaLocation="
7
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
8
	   http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd">
9

    
10
    <bean id="goldoa.recaptcha.key.public" class="java.lang.String">
11
        <constructor-arg index="0" value="${goldoa.recaptcha.key.public}"/>
12
    </bean>
13

    
14
    <bean id="goldoa.recaptcha.key.private" class="java.lang.String">
15
        <constructor-arg index="0" value="${goldoa.recaptcha.key.private}"/>
16
    </bean>
17

    
18
    <bean id="goldoa.hostname" class="java.lang.String">
19
        <constructor-arg index="0" value="${goldoa.hostname}"/>
20
    </bean>
21
</beans>
(3-3/3)