Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 17, 2023
1 parent 2ef1ae1 commit 18b326a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gRPC-Web is now listening to the same address as the API server (default: `local
The possibility to listen to a different address has been removed, as well its the settings.
Use `confix` to clean-up your `app.toml`. A nginx (or alike) reverse-proxy can be set to keep the previous behavior.

#### Database Configuration
#### Database

ClevelDB, BoltDB and BadgerDB are not supported anymore. To migrate from a unsupported database to a supported database please use the database migration tool.

Expand Down
2 changes: 1 addition & 1 deletion server/config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ max-send-msg-size = "{{ .GRPC.MaxSendMsgSize }}"
# GRPCWebEnable defines if the gRPC-web should be enabled.
# NOTE: gRPC must also be enabled, otherwise, this configuration is a no-op.
# NOTE: gRPC-Web is at the same address that the API server.
# NOTE: gRPC-Web uses the same address that the API server.
enable = {{ .GRPCWeb.Enable }}
###############################################################################
Expand Down

0 comments on commit 18b326a

Please sign in to comment.