Skip to content

Commit

Permalink
feat(DTFS2-7052): changed documentation for .env setting ORDNANCE_SUR…
Browse files Browse the repository at this point in the history
…VEY_URL
  • Loading branch information
avaitonis committed May 13, 2024
1 parent 3751992 commit 18fdf4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ APIM_INFORMATICA_MAX_REDIRECTS=
APIM_INFORMATICA_TIMEOUT= # in milliseconds

# ORDNANCE SURVEY
# Use .uk domain, instead of .co.uk
ORDNANCE_SURVEY_URL=
ORDNANCE_SURVEY_URL=https://api.os.uk
ORDNANCE_SURVEY_KEY=
ORDNANCE_SURVEY_MAX_REDIRECTS=
ORDNANCE_SURVEY_TIMEOUT= # in milliseconds
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ The most important prefixes you should have in mind are:
1. `fix:` which represents bug fixes, and correlates to a [SemVer](https://semver.org/) **patch**.
2. `feat:` which represents a new feature, and correlates to a [SemVer](https://semver.org/) **minor**.
3. `feat!:`, `fix!:` or `refactor!:`, etc., which represent a breaking change (indicated by the `!`) and will result in a [SemVer](https://semver.org/) **major**.

### Special notes for .env settings

- 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).

Check notice on line 161 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L161

Expected: 80; Actual: 182

0 comments on commit 18fdf4a

Please sign in to comment.