Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xiupengrong committed Nov 23, 2022
1 parent 4b36376 commit 59cc76e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ Edit `Data-Center-Gateway/super-kong-service/config/config.yaml`:

```shell
Redis:
redisHost: 10.0.51.127:6379 // redis_IP:Port Need to be consistent with the plugin configuration below
redisPW: "123456" // Redis password Need to be consistent with the plugin configuration below
redisDb: 0 // Redis database Need to be consistent with the plugin configuration below
KeySymbol: "ddc" // symbol of the Redis storage key,Needs to be consistent with the keySymbol configured in the plugin below
ServerPort: 18899 // microservice API port number
redisHost: localhost:6379 // redis_IP:Port Need to be consistent with the plugin configuration below
redisPW: "password" // Redis password Need to be consistent with the plugin configuration below
redisDb: 0 // Redis database Need to be consistent with the plugin configuration below
KeySymbol: "spartan" //symbol of the Redis storage key,Needs to be consistent with the keySymbol configured in the plugin below
ServerPort: 18899 // microservice API port number
```

Start the gateway by Docker:
Expand Down
Binary file modified image/p1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/p2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59cc76e

Please sign in to comment.