Informasjonsforvaltning / fdk-reference-data

Apache License 2.0
0 stars 0 forks source link

FDK reference-data

Base image: openjdk:15-slim Source: Dockerfile

Overview

FDK reference-data is a service that provides metadata for the various applications in this ecosystem. It provides code-lists, concepts and helptexts.

Technologies/frameworks

API

The service provides REST API with following specification: OpenAPI3.

Environment variables

MONGODB_DATABASE=reference-data
MONGODB_PORT=27017
MONGODB_HOST=localhost
MONGODB_USERNAME=root
MONGODB_PASSWORD=password
MONGODB_AUTH_DATABASE=admin

API_KEY=my-api-key

LOG_LEVEL=DEBUG

Run locally

docker-compose up -d

Start application in IDE of choice.