We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hydra uses XML-based configuration files.
A configuration is a tree of configlist and configvalue. Every item in the configuration has a name attribute.
configlist
configvalue
<?xml version="1.0" encoding="utf-8"?> <hydra:configuration name="configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:hydra="http://www.gethydrated.org/schema/configuration" xsi:schemaLocation="http://www.gethydrated.org/schema/configuration http://www.gethydrated.org/schema/configuration.xsd"> <configlist name="list"> <configvalue name="subitem1" value="Some value" /> <configvalue name="subitem2" value="Some more value" /> <configvalue name="subitem3" value="1.0" /> </configlist> </hydra:configuration>