Skip to content
Snippets Groups Projects
Commit 1f0ea187 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'log' into 'main'

Resolves - Micronaut Logging

Closes #483

See merge request !565
parents 25a416df 688a7df5
No related branches found
No related tags found
2 merge requests!577Production Release | nshmp-haz,!565Resolves - Micronaut Logging
Pipeline #88058 passed
......@@ -9,13 +9,18 @@ micronaut:
enabled: true
paths: classpath:swagger
mapping: /**
server:
netty:
access-logger:
enabled: true
logger-name: http
nshmp-haz:
##
# The basin service url
# To specify the url to use:
# java -jar build/libs/nshmp-haz.jar --basin-service-url=
basin-service-url: ${basin-service-url:https://staging-earthquake.usgs.gov/nshmp/ws/data/basin}
basin-service-url: ${basin-service-url:https://earthquake.usgs.gov/ws/nshmp/data/basin}
##
# The path to the models.
......
......@@ -42,7 +42,7 @@ FROM ${FROM_IMAGE}
LABEL maintainer="Peter Powers <pmpowers@usgs.gov>, Brandon Clayton <bclayton@usgs.gov>"
ENV CONTEXT_PATH="/"
ENV BASIN_SERVICE_URL="https://earthquake.usgs.gov/nshmp/ws/data/basin"
ENV BASIN_SERVICE_URL="https://earthquake.usgs.gov/ws/nshmp/data/basin"
ENV JAVA_OPTS="-Xms2g -Xmx8g"
ENV MODELS_DIRECTORY="/models"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment