diff --git a/bookstore/src/main/resources/application-prod.properties b/bookstore/src/main/resources/application-prod.properties index 23fad4b..57aab49 100644 --- a/bookstore/src/main/resources/application-prod.properties +++ b/bookstore/src/main/resources/application-prod.properties @@ -3,4 +3,8 @@ # Production configuration # # NOTE: Database configuration should be provided in additional -# database-prod.properties file. \ No newline at end of file +# database-prod.properties file. + +# Enable production environment restrictions? +security.enabled = true +security.book.count.max = 5 \ No newline at end of file