Skip to content

Commit 18fdf4a

Browse files
feat(DTFS2-7052): changed documentation for .env setting ORDNANCE_SURVEY_URL
1 parent 3751992 commit 18fdf4a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.env.sample

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ APIM_INFORMATICA_MAX_REDIRECTS=
4141
APIM_INFORMATICA_TIMEOUT= # in milliseconds
4242

4343
# ORDNANCE SURVEY
44-
# Use .uk domain, instead of .co.uk
45-
ORDNANCE_SURVEY_URL=
44+
ORDNANCE_SURVEY_URL=https://api.os.uk
4645
ORDNANCE_SURVEY_KEY=
4746
ORDNANCE_SURVEY_MAX_REDIRECTS=
4847
ORDNANCE_SURVEY_TIMEOUT= # in milliseconds

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,7 @@ The most important prefixes you should have in mind are:
155155
1. `fix:` which represents bug fixes, and correlates to a [SemVer](https://semver.org/) **patch**.
156156
2. `feat:` which represents a new feature, and correlates to a [SemVer](https://semver.org/) **minor**.
157157
3. `feat!:`, `fix!:` or `refactor!:`, etc., which represent a breaking change (indicated by the `!`) and will result in a [SemVer](https://semver.org/) **major**.
158+
159+
### Special notes for .env settings
160+
161+
- ORDNANCE_SURVEY_URL - Domain [https://api.os.co.uk](https://api.os.co.uk) redirects to [https://api.os.uk](https://api.os.uk), so please use [https://api.os.uk](https://api.os.uk).

0 commit comments

Comments
 (0)