<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <database url="jdbc:postgresql://localhost:5432/mydb" user="admin"/>
  <cache size="1000" ttl="3600"/>
  <logging level="INFO" file="/var/log/app.log"/>
</configuration>