blob: f9228c7b5d43613b6f88c4b4f6aec4a05169faff [file] [log] [blame]
## Spring Boot configurations
server:
port: 9091
# servlet.path: /
servicecomb:
service:
application: porter-application
name: website
version: 0.0.1
registry:
address: http://localhost:30100
instance:
watch: false
rest:
address: 0.0.0.0:9091 # should be same with server.port to use web container
## static web site will token root
servlet:
urlPattern: /api/*
metrics:
publisher.defaultLog:
enabled: false