You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-2Lines changed: 49 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@ This is an intentionally very simple service for storing files as there is cross
8
8
requirements with ETD. Work needs to be done to review and potentially consolidate the two
9
9
projects.
10
10
11
-
## Configuration
11
+
## Setting up the service
12
12
13
-
Application configuration can be found in `application.yml`. Some of these properties
13
+
### Configuration
14
+
15
+
Application configuration can be found in `src/main/resources/application.yml`. Some of these properties
14
16
can be overridden at deployment time using environment variables.
15
17
16
18
| Environment variable | Default | Description |
@@ -27,6 +29,51 @@ can be overridden at deployment time using environment variables.
27
29
| SHARPNESS_THRESHOLD | 60 | Threshold, in %, an image's sharpness must meet to pass quality check |
28
30
| SPRING_PROFILES_ACTIVE |`development`| Only needs to be set to "development" when running in docker with [localstack](https://github.com/localstack) for a mock local AWS environment |
29
31
32
+
### Installation
33
+
34
+
This repository is private, you will need access to UKForeignOffice to access it.
0 commit comments