Revision 6689
Added by ben leinfelder almost 13 years ago
metacat.properties | ||
---|---|---|
508 | 508 |
dataone.nodeReplicate=true |
509 | 509 |
dataone.serviceName=d1 |
510 | 510 |
|
511 |
# the synchronization schedule |
|
512 |
dataone.nodeSynchronization.schedule.year=* |
|
513 |
dataone.nodeSynchronization.schedule.mon=* |
|
514 |
dataone.nodeSynchronization.schedule.mday=* |
|
515 |
dataone.nodeSynchronization.schedule.wday=? |
|
516 |
dataone.nodeSynchronization.schedule.hour=* |
|
517 |
dataone.nodeSynchronization.schedule.min=0/3 |
|
518 |
dataone.nodeSynchronization.schedule.sec=10 |
|
519 |
|
|
511 | 520 |
# state which versions of each MN tier service are availalble |
512 | 521 |
dataone.mnCore.serviceAvailable=true |
513 | 522 |
dataone.mnCore.serviceVersion=v1 |
Also available in: Unified diff
look-up sych schedule from metacat properties instead of hardcoding them
https://redmine.dataone.org/issues/1933