Skip to content
Snippets Groups Projects
application.yml 506 B
Newer Older
micronaut:
  io:
    watch:
      paths: src
      restart: true
  router:
    static-resources:
      swagger:
        enabled: true
        paths: classpath:swagger
        mapping: /**
  server:
    netty:
      access-logger:
        enabled: true
        logger-name: http
  # The path to the models.
  # To specify the model to use:
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  #     java -jar build/libs/nshmp-haz.jar --model=<path/to/model>
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  model-path: ${MODEL:nshms/nshm-alaska-2007}
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
  context-path: ${CONTEXT_PATH:}