Skip to content

Commit

Permalink
Merge pull request #53 from erickcestari/patch-1
Browse files Browse the repository at this point in the history
feat: update KrakenD name to Community in krakend config
  • Loading branch information
alombarte authored Oct 3, 2024
2 parents 5da8a81 + 79a9d23 commit b3a6cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Click to play on Youtube (with subtitles)
The docker-compose.yml includes the following services:

### The API Gateway!
On port `8080`, you have an instance of KrakenD Enterprise Edition with several endpoints. Its configuration is available at `config/krakend/krakend.json`, including descriptive `@comments` for each endpoint.
On port `8080`, you have an instance of KrakenD Community Edition with several endpoints. Its configuration is available at `config/krakend/krakend.json`, including descriptive `@comments` for each endpoint.

### Fake API backend (Upstream)
On port `8000`, you have a simple fake API that provides raw data to the gateway. You can add or remove data by adding XML, JSON, or RSS files in the `data` folder.
Expand Down
2 changes: 1 addition & 1 deletion config/krakend/krakend.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://www.krakend.io/schema/v3.json",
"version": 3,
"name": "KrakenD Enterprise API Gateway",
"name": "KrakenD Community API Gateway",
"port": 8080,
"host": ["http://fake_api"],
"timeout": "3000ms",
Expand Down

0 comments on commit b3a6cc5

Please sign in to comment.