Revision 4367
Added by daigle about 15 years ago
metacat.properties.metadata.xml | ||
---|---|---|
254 | 254 |
</config> |
255 | 255 |
|
256 | 256 |
<config> |
257 |
<key>application.tempDir</key> |
|
258 |
<label>Temporary File Path</label> |
|
259 |
<group>3</group> |
|
260 |
<index>9</index> |
|
261 |
<description> |
|
262 |
Where to store temporary documents. This is primarily used by |
|
263 |
the data registry code. <font color="red"> Note: this must be |
|
264 |
set to a directory that is dedicated solely to temporary data, |
|
265 |
since the contents may be deleted programatically.</font> |
|
266 |
</description> |
|
267 |
<helpFile>properties.html#application.tempDir</helpFile> |
|
268 |
</config> |
|
269 |
|
|
270 |
<config> |
|
257 | 271 |
<key>replication.logdir</key> |
258 | 272 |
<label>Replication Log Directory</label> |
259 | 273 |
<group>3</group> |
260 |
<index>9</index>
|
|
274 |
<index>10</index>
|
|
261 | 275 |
<description> |
262 | 276 |
The directory where replication log should be located. |
263 | 277 |
</description> |
Also available in: Unified diff
Add application.tempDir to configuration form and documentation.