diff --git a/bookstore/src/main/resources/application-prod.properties b/bookstore/src/main/resources/application-prod.properties index 57aab49..a983d9d 100644 --- a/bookstore/src/main/resources/application-prod.properties +++ b/bookstore/src/main/resources/application-prod.properties @@ -7,4 +7,9 @@ # Enable production environment restrictions? security.enabled = true -security.book.count.max = 5 \ No newline at end of file +security.book.count.max = 5 + +# Enable sample data in production environment? +# This is the same dataset than used in dev profile +# +db.sample.data.enabled = true \ No newline at end of file