
<betacmsRepository 
		id="betacms"
		jcr-repository-jndi-name="java:jcr/betacms"
		betacms-db-jndi-name="java:jdbc/betacms"
		jaasApplicationPolicyName="betacms"
		authenticationTokenTimeout="30"
		serverAliasURL="http://localhost"
		>
		
		<localization>
			<localizedLabel locale="el">BetaCMS</localizedLabel>
			<localizedLabel locale="en">BetaCMS</localizedLabel>
		</localization>
		
		<security>
        	<permanentUserKeyList>
		  		    <permanentUserKey userid="anonymous,SYSTEM" key="PERMANENT_KEY"/>
		      </permanentUserKeyList>
		</security>
		
		<secretUserKeyList>
				<administratorSecretKey userid="SYSTEM" key="ADMIN_KEY"/>
				<secretUserKey userid="username" key="secretTestKey"/>
		</secretUserKeyList>
		
</betacmsRepository>


