Skip to content

Commit

Permalink
fix things auth grpc url
Browse files Browse the repository at this point in the history
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
  • Loading branch information
mteodor committed Feb 8, 2022
1 parent ab541c4 commit 50dad70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/timescale-reader/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
defDBSSLKey = ""
defDBSSLRootCert = ""
defJaegerURL = ""
defThingsAuthURL = "localhost:8181"
defThingsAuthURL = "localhost:8183"
defThingsAuthTimeout = "1s"

envLogLevel = "MF_TIMESCALE_READER_LOG_LEVEL"
Expand Down
2 changes: 1 addition & 1 deletion readers/timescale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default values.
| MF_TIMESCALE_READER_DB_SSL_KEY | Timescale SSL key | "" |
| MF_TIMESCALE_READER_DB_SSL_ROOT_CERT | Timescale SSL root certificate path | "" |
| MF_JAEGER_URL | Jaeger server URL | localhost:6831 |
| MF_THINGS_AUTH_GRPC_URL | Things service Auth gRPC URL | localhost:8181 |
| MF_THINGS_AUTH_GRPC_URL | Things service Auth gRPC URL | localhost:8183 |
| MF_THINGS_AUTH_GRPC_TIMEOUT | Things service Auth gRPC timeout in seconds | 1s |

## Deployment
Expand Down

0 comments on commit 50dad70

Please sign in to comment.