Browse Source

Update README.md

Evanto 5 years ago
parent
commit
9cd3328ecb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -109,9 +109,9 @@ Kafka UI supports TLS (SSL) and SASL connections for [encryption and authenticat
 To be continued
 To be continued
 
 
 
 
-## Configuration
+# Configuration
 
 
-### Configuration File
+## Configuration File
 Example of how to configure clusters in the [application-local.yml](https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/resources/application-local.yml) configuration file:
 Example of how to configure clusters in the [application-local.yml](https://github.com/provectus/kafka-ui/blob/master/kafka-ui-api/src/main/resources/application-local.yml) configuration file:
 
 
 
 
@@ -137,7 +137,7 @@ kafka:
 
 
 Configure as many clusters as you need by adding their configs below separated with `-`.
 Configure as many clusters as you need by adding their configs below separated with `-`.
 
 
-### Environment Variables
+## Environment Variables
 
 
 Alternatively, each variable of of the .yml file can be set with an environment variable. 
 Alternatively, each variable of of the .yml file can be set with an environment variable. 
 For example, if you want to use an environment variable to set the `name` parameter, you can write it like this: 
 For example, if you want to use an environment variable to set the `name` parameter, you can write it like this: