Revision 5001
Added by ben leinfelder over 15 years ago
lib/metacat.properties.metadata.xml | ||
---|---|---|
16 | 16 |
<name>Application Configuration</name> |
17 | 17 |
<description>Application Configuration Values.</description> |
18 | 18 |
</group> |
19 |
<group> |
|
20 |
<index>4</index> |
|
21 |
<name>Data Manager Configuration</name> |
|
22 |
<description>Data Manager Configuration Values.</description> |
|
23 |
</group> |
|
19 | 24 |
|
20 | 25 |
<config> |
21 | 26 |
<key>database.user</key> |
... | ... | |
265 | 270 |
</description> |
266 | 271 |
<helpFile>properties.html#replication.logdir</helpFile> |
267 | 272 |
</config> |
273 |
|
|
274 |
<!-- START Data Manager configuration --> |
|
275 |
<config> |
|
276 |
<key>datamanager.server</key> |
|
277 |
<label>Database Server</label> |
|
278 |
<group>4</group> |
|
279 |
<index>1</index> |
|
280 |
<description> |
|
281 |
Host or IP of database server |
|
282 |
</description> |
|
283 |
<helpFile>properties.html#datamanager.server</helpFile> |
|
284 |
</config> |
|
285 |
|
|
286 |
<config> |
|
287 |
<key>datamanager.database</key> |
|
288 |
<label>Database Name</label> |
|
289 |
<group>4</group> |
|
290 |
<index>2</index> |
|
291 |
<description> |
|
292 |
Name of the data manager database |
|
293 |
</description> |
|
294 |
<helpFile>properties.html#datamanager.database</helpFile> |
|
295 |
</config> |
|
296 |
|
|
297 |
<config> |
|
298 |
<key>datamanager.user</key> |
|
299 |
<label>Database Username</label> |
|
300 |
<group>4</group> |
|
301 |
<index>3</index> |
|
302 |
<description> |
|
303 |
Name of database user to own all tables. |
|
304 |
</description> |
|
305 |
<helpFile>properties.html#datamanager.user</helpFile> |
|
306 |
</config> |
|
268 | 307 |
|
308 |
<config> |
|
309 |
<key>datamanager.password</key> |
|
310 |
<label>Database Password</label> |
|
311 |
<group>4</group> |
|
312 |
<index>4</index> |
|
313 |
<fieldType>password</fieldType> |
|
314 |
<description>Password for database user.</description> |
|
315 |
<helpFile>properties.html#datamanager.password</helpFile> |
|
316 |
</config> |
|
317 |
<!-- END Data Manager configuration --> |
|
318 |
|
|
269 | 319 |
</metadataConfig> |
Also available in: Unified diff
include datamanager configuration in the /admin utility (for FIRST project...and others down the road)