From 0742919e6cab491b0a21896e74c9620c783b7996 Mon Sep 17 00:00:00 2001 From: Camelia Dumitru Date: Fri, 25 Oct 2024 14:36:40 +0100 Subject: [PATCH] Update development.properties --- properties/development.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/properties/development.properties b/properties/development.properties index 9186b22ceb8..8b1b9fc69ca 100644 --- a/properties/development.properties +++ b/properties/development.properties @@ -258,7 +258,7 @@ org.orcid.scheduler.autospam.enabled=true org.orcid.core.autospam.slackChannel=collab-spam-reports org.orcid.core.autospam.webhookUrl= -org.orcid.persistence.liquibase.enabled=false +#org.orcid.persistence.liquibase.enabled=false org.orcid.persistence.solr.read.only.url=http://localhost:8983/solr org.orcid.persistence.panoply.cleanup.production=false @@ -270,3 +270,11 @@ org.orcid.core.utils.panoply.idleConnectionTimeout=3600 org.orcid.core.utils.panoply.connectionTimeout=36000 org.orcid.core.utils.panoply.jdbcUrl=xxx org.orcid.core.utils.panoply.username=xxx + +#Slack channel for papi limits +org.orcid.core.papiLimitReport.slackChannel=system-alerts-qa +org.orcid.core.papiLimitReport.webhookUrl=https://hooks.slack.com/services/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 +rate.limit.anonymous.requests=1 +rate.limit.known.requests=2 +rate.limit.enabled=true +org.orcid.scheduler.papiLimitReport.process=0 35 14 * * * \ No newline at end of file