Project

General

Profile

1
<?xml version="1.0"?>
2

    
3
<metadataConfig>
4
	<group>
5
		<index>1</index>
6
		<name>Skins Configuration</name>
7
		<comment>Choose configure the skins that will be available in this instance of MetaCat.</comment> 
8
		<description>Skin Configuration Values.</description>
9
	</group>
10

    
11
	<config>
12
		<key>registry.db.connection</key>
13
		<label>Database Connection</label>
14
		<group>1</group>
15
		<index>1</index>
16
		<description>Local database connection string.</description>
17
	</config>
18
	
19
	<config>
20
		<key>registry.db.user</key>
21
		<label>Database Username</label>
22
		<group>1</group>
23
		<index>2</index>
24
		<description>Local database user name.</description>
25
	</config>
26

    
27
	<config>
28
		<key>registry.db.password</key>
29
		<label>Database Password</label>
30
		<group>1</group>
31
		<fieldType>password</fieldType>
32
		<index>3</index>
33
		<description>Local database password.</description>
34
	</config>
35

    
36
</metadataConfig>
(6-6/16)