Skip to content

Instantly share code, notes, and snippets.

@thinkmicroservices
Last active February 25, 2020 18:46
Show Gist options
  • Select an option

  • Save thinkmicroservices/bd01cec7cf1163988ef793c64d013c6b to your computer and use it in GitHub Desktop.

Select an option

Save thinkmicroservices/bd01cec7cf1163988ef793c64d013c6b to your computer and use it in GitHub Desktop.
content-service: application.yml
server:
port: 4040
error:
whitelabel:
enabled: false
eureka:
client:
serviceURL:
defaultZone: http://localhost:8761
healthcheck:
enabled: true
logging:
level:
org:
springframework:
web:
filter:
CommonsRequestLoggingFilter: DEBUG
spring:
servlet:
multipart:
max-file-size: 64MB
max-request-size: 64MB
enabled: true
data:
mongodb:
host: localhost
port: 27017
database: content-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment