From efbda547e42aa64f460031c658f68ae5537ac318 Mon Sep 17 00:00:00 2001 From: Lars Johansson <lars.johansson@ess.eu> Date: Mon, 20 Nov 2023 16:24:00 +0100 Subject: [PATCH] Fix markup documentation --- CONFIGURATION.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 147b4a05..fd31a790 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -1,8 +1,8 @@ ### Configuration -Configuration may be set using SpringBoot's configuration file (application.properties). +Configuration may be set using SpringBoot's configuration file (`application.properties`) and environment variables. -Environment variables +##### Environment variables | Variable | Default | Description | |----------------------------|---------------------------------------------|-------------------------------------------------------| diff --git a/README.md b/README.md index c4c5f24f..7aa8fe5e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ See * Integration tests and code coverage for unit and integration tests are disabled by default and can be enabled separately and together. * Code coverage for unit tests is enabled by `-Djacoco.skip=false`. Result is available in `target/site/jacoco` folder and includes code coverage execution data and reports. -#### Recommentation +### Recommendation * Have local docker-compose files - `.gitignore` contains `docker-compose-local*` * for application and database together that may contain local configuration -- GitLab