Skip to content

Commit 9db4169

Browse files
authored
fix typo in env var name (#5684)
1 parent 0c8ae6c commit 9db4169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/partials/getting-started/proc-installing-registry-kafka-storage.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ $ docker pull apicurio/apicurio-registry:VERSION
4444
. Run the container image and specify the following environment variable for your Kafka system:
4545
+
4646
** `APICURIO_STORAGE_KIND` - Set this to `kafkasql`
47-
** `APICURIO_KAFKA_BOOTSTRAP_SERVERS` - The address(es) of your Kafka broker(s).
47+
** `APICURIO_KAFKASQL_BOOTSTRAP_SERVERS` - The address(es) of your Kafka broker(s).
4848
+
4949
For example:
5050
+
5151
[source,bash]
5252
----
53-
$ docker run -it -p 8080:8080 -e "APICURIO_STORAGE_KIND=kafkasql" -e "APICURIO_KAFKA_BOOTSTRAP_SERVERS=kafka:9092" apicurio/apicurio-registry:latest
53+
$ docker run -it -p 8080:8080 -e "APICURIO_STORAGE_KIND=kafkasql" -e "APICURIO_KAFKASQL_BOOTSTRAP_SERVERS=kafka:9092" apicurio/apicurio-registry:latest
5454
----
5555
endif::[]
5656

0 commit comments

Comments
 (0)