Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit d54abab

Browse files
author
Chris Wiechmann
authored
[skip ci] Fixed formatting
1 parent c76c6f4 commit d54abab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,21 +633,21 @@ Please note that the local configuration file is used before the API-Manager loo
633633

634634
To enable the local lookup, you must perform the following steps:
635635

636-
__1. Add your config file__
636+
__1. Add your config file__
637637
It is best to copy the delivered template: [config/api-lookup-sample.json](config/api-lookup-sample.json) to your config/api-lookup.json.
638638

639639
```
640640
cp config/api-lookup-sample.json config/api-lookup.json
641641
```
642642

643-
__2. Activate the config file__
643+
__2. Activate the config file__
644644
In your .env file you must then enable the configuration file to be used by the API-Builder. To do this, configure or enable the following environment variable:
645645

646646
```
647647
API_BUILDER_LOCAL_API_LOOKUP_FILE=./config/api-lookup.json
648648
```
649649

650-
__3. Restart API-Builder__
650+
__3. Restart API-Builder__
651651

652652
```
653653
docker stop apibuilder4elastic

0 commit comments

Comments
 (0)