Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 789 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 789 Bytes

Link

Build status

Usage & Deployment

See Deployment in the WIKI.

Docker Development Testing

To run the Link application in a Docker container, use the following command:

docker run -d --name link-api --mount type=bind,source="c:\...\application.yml",target=/application.yml,readonly -e SPRING_CONFIG_LOCATION=file:///application.yml link-api

Configuration

See Configuration in the WIKI.

Development

See Development in the WIKI.