Skip to content

Commit

Permalink
Added the properties for test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid committed Oct 25, 2024
1 parent b7765db commit 1ce5761
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,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=xxx
org.orcid.core.papiLimitReport.webhookUrl=xxx
rate.limit.anonymous.requests=1
rate.limit.known.requests=2
rate.limit.enabled=true
org.orcid.scheduler.papiLimitReport.process=0 18 15 * * *
4 changes: 2 additions & 2 deletions properties/development.properties
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ 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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
org.orcid.core.papiLimitReport.webhookUrl=xxx
rate.limit.anonymous.requests=1
rate.limit.known.requests=2
rate.limit.enabled=true
org.orcid.scheduler.papiLimitReport.process=0 35 14 * * *
org.orcid.scheduler.papiLimitReport.process=0 18 15 * * *

0 comments on commit 1ce5761

Please sign in to comment.