Skip to content

Commit

Permalink
fix typo in env var name (#5684)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored Dec 9, 2024
1 parent 0c8ae6c commit 9db4169
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ $ docker pull apicurio/apicurio-registry:VERSION
. Run the container image and specify the following environment variable for your Kafka system:
+
** `APICURIO_STORAGE_KIND` - Set this to `kafkasql`
** `APICURIO_KAFKA_BOOTSTRAP_SERVERS` - The address(es) of your Kafka broker(s).
** `APICURIO_KAFKASQL_BOOTSTRAP_SERVERS` - The address(es) of your Kafka broker(s).
+
For example:
+
[source,bash]
----
$ docker run -it -p 8080:8080 -e "APICURIO_STORAGE_KIND=kafkasql" -e "APICURIO_KAFKA_BOOTSTRAP_SERVERS=kafka:9092" apicurio/apicurio-registry:latest
$ docker run -it -p 8080:8080 -e "APICURIO_STORAGE_KIND=kafkasql" -e "APICURIO_KAFKASQL_BOOTSTRAP_SERVERS=kafka:9092" apicurio/apicurio-registry:latest
----
endif::[]

Expand Down

0 comments on commit 9db4169

Please sign in to comment.