Skip to content

Conversation

@richard-jones
Copy link
Contributor

  • Issue: None, developer improvement

Adds a dev.cfg template file

For new developers, or anyone who needs a fresh setup, this is a dev.cfg template which contains the main things that need to be overridden.


# Crontab for never running a job - February 31st
#CRON_NEVER = {"month": "2", "day": "31", "day_of_week": "*", "hour": "*", "minute": "*"}
CRON_NEVER = {"month": "*", "day": "*", "day_of_week": "*", "hour": "*", "minute": "*"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks a lot more like CRON_ALWAYS to me


ELASTICSEARCH_HOSTS = ["http://admin:admin@localhost:9200"]
ELASTIC_SEARCH_DB_PREFIX = "doaj-"
ELASTIC_SEARCH_VERIFY_CERTS = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

INITIALISE_INDEX = True will also be necessary soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants