Skip to content

Commit

Permalink
docs: remove references to GOV.UK PaaS (#221)
Browse files Browse the repository at this point in the history
It's going away and we're moving to DBT Platform
  • Loading branch information
michalc committed May 8, 2024
2 parents e612472 + 676de80 commit 1b70bd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Exposes datasets stored in S3-compatible object storage with a light-touch API.

- Is easily hosted on [GOV.UK PaaS](https://www.cloud.service.gov.uk/)
- Does not use a database
- Data can be published via [data.gov.uk](https://data.gov.uk/)
- Data can be accessed by an API, or downloaded
Expand Down Expand Up @@ -71,7 +70,7 @@ Environment variables used for serving API documentation.
| DOCS_GITHUB_REPO_URL | The URL for this github repository<hr>`https://github.com/uktrade/public-data-api` |
| DOCS_SECURITY_EMAIL | The email address security vulnerabilities should be reported to<hr>`security@example.com`|

The below environment variables are also required, but typically populated by PaaS.
The below environment variables are also required, but typically populated by the hosting environment.

| Variable | Description and examples |
| :-- | :-- |
Expand All @@ -85,7 +84,7 @@ If the AWS user has the ListBucket permission, 404s are proxied through to the u

## Shutdown

On SIGTERM any in-progress requests will complete before the process exits. At the time of writing PaaS will then forcibly kill the process with SIGKILL if it has not exited within 10 seconds.
On SIGTERM any in-progress requests will complete before the process exits.


## Worker health
Expand Down

0 comments on commit 1b70bd8

Please sign in to comment.