Browse Source

Add necessary security configuration for public web

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

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

@ -3,4 +3,8 @@
# Production configuration
#
# NOTE: Database configuration should be provided in additional
# database-prod.properties file.
# database-prod.properties file.
# Enable production environment restrictions?
security.enabled = true
security.book.count.max = 5

Loading…
Cancel
Save