Browse Source

Add new option: db.sample.data.enabled

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.4-alpha
Pekka Helenius 4 years ago
parent
commit
5d4294a7dc
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      bookstore/src/main/resources/application-prod.properties

+ 6
- 1
bookstore/src/main/resources/application-prod.properties View File

@ -7,4 +7,9 @@
# Enable production environment restrictions?
security.enabled = true
security.book.count.max = 5
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

Loading…
Cancel
Save