Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
# if datasets needsneeded to be cataloged in DataONE[https://www.dataone.org/about] 

# example configuration : https://cn.dataone.org/cn/v1/node/urn:node:SEAD
DATAONE_NODE_IDENTIFIER
DATAONE_CONTACT_SUBJECT
DATAONE_BASE_URL

#synchronization schedule
DATAONE_SYNC_YEAR - default '*'
DATAONE_SYNC_MONTH - default '*'
DATAONE_SYNC_DAYM - default '*'
DATAONE_SYNC_DAYW - default '?'
DATAONE_SYNC_HOUR - default '*'
DATAONE_SYNC_MIN - default '0/3'
DATAONE_SYNC_SEC - default '45'

#email credentials - email to notify DataONE MN API related errors
DATAONE_EMAIL_USERNAME
DATAONE_EMAIL_PASSWORD

...