Skip to content

Commit

Permalink
alerts-server: Set max number of fixed price alerts per user to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Jan 17, 2018
1 parent 9b4c6e8 commit 2283961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alerts-server/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ recaptcha {
secretKey = "REPLACE_ME"
secretKey = ${?RECAPTCHA_SECRET_KEY}
}

fixedPriceAlert {
maximumNumberOfAlertsPerUser = 30
}

0 comments on commit 2283961

Please sign in to comment.