Skip to content

Commit

Permalink
docs(README): adjust info in Admin API
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Nov 17, 2024
1 parent 26b9f35 commit 17928e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ Run the docker image on local machine, then visit `http://localhost:5000`.
$ docker run --rm -it -p 5000:5000 -p 5500:5500 --env-file .env cofacts/rumors-api
```

## Admin APIs
## Admin API

The Admin APIs running on `http://localhost:5500` are used for managing the data in the database.
The Admin API running on `http://localhost:5500` is used for managing the data in the database.

On production environments, the Admin APIs are protected by Cloudflare Zero Trust and should be accessed
via Cloudflare [Service Tokens](https://developers.cloudflare.com/cloudflare-one/identity/service-tokens/#connect-your-service-to-access).
On production environments, the Admin APIs are protected by Cloudflare Zero Trust.
Only users and service tokens specified in Cloudflare Access can access the Admin API.

## Cronjob / management scripts

Expand Down

0 comments on commit 17928e5

Please sign in to comment.