File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ Before you can start the mapping-service, you first have to create an `applicat
42
42
and modify it according to your needs. Espacially the following properties (at the end of the file) are important:
43
43
- ` spring.datasource.url=jdbc:h2:file:/tmp/mapping-service/database `
44
44
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.
47
47
- ` mapping-service.pluginLocation=file:///tmp/mapping-service/plugins ` \
48
48
The local folder where available plugins are located.
49
49
- ` mapping-service.mappingsLocation:file:///tmp/mapping-service/ ` \
You can’t perform that action at this time.
0 commit comments