Skip to content

Commit

Permalink
Update greeting-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankool authored Sep 13, 2017
1 parent 2c9c89f commit 932a228
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions greeting-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# turn off securing our application endpoints
security:
basic:
enabled: false # turn off securing our application endpoints

enabled: false

# turn off securing the actuator endpoints
management:
security:
enabled: false # turn off securing the actuator endpoints
enabled: false

logging:
level:
io:
pivotal: DEBUG

greeting:
displayFortune: false

quoteServiceURL: https://quote-service-dev.cfapps.io/quote

0 comments on commit 932a228

Please sign in to comment.