Skip to content

Commit

Permalink
fix internal content url config
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Marinov committed May 12, 2020
1 parent 247f80e commit b516fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/content-rw-elasticsearch/main.go
Expand Up @@ -116,7 +116,7 @@ func main() {
})

internalContentAPIURL := app.String(cli.StringOpt{
Name: "internal-content-api-url",
Name: "internal-content-api",
Value: "http://internal-content-api-url:8080",
Desc: "URL of the API uses to retrieve lists data from",
EnvVar: "INTERNAL_CONTENT_API_URL",
Expand Down

0 comments on commit b516fb7

Please sign in to comment.