DataONEorg / mnlite

Light weight read-only DataONE member node in Python Flask
Apache License 2.0
0 stars 0 forks source link

Write `settings.json` from `mnonboard` #56

Open iannesbitt opened 8 months ago

iannesbitt commented 8 months ago

settings.json is the project-level configuration file for node content scraping. It should look like the following, with values taken from global config (#53):

{
    "AUTOTHROTTLE_TARGET_CONCURRENCY": 1.5,
    "LOG_LEVEL": "DEBUG"
}