Skip to content

Commit 25e4009

Browse files
committed
Removed last mentioning of pythonLocation in README
1 parent 4ec7292 commit 25e4009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Before you can start the mapping-service, you first have to create an `applicat
4242
and modify it according to your needs. Espacially the following properties (at the end of the file) are important:
4343
- `spring.datasource.url=jdbc:h2:file:/tmp/mapping-service/database`
4444
The path points to the location of the database in which your configured mappings are stored.
45-
- `mapping-service.pythonLocation=${pythonExecutable:'file:///usr/bin/python3'}` \
46-
If no pythonLocation is provided externally (see above) the default `/usr/bin/python3` is used.
45+
- `mapping-service.pythonExecutable=${pythonExecutable:'file:///usr/bin/python3'}` \
46+
If no pythonExecutable is provided externally (see above) the default `/usr/bin/python3` is used.
4747
- `mapping-service.pluginLocation=file:///tmp/mapping-service/plugins` \
4848
The local folder where available plugins are located.
4949
- `mapping-service.mappingsLocation:file:///tmp/mapping-service/` \

0 commit comments

Comments
 (0)