Skip to content

Commit 8224745

Browse files
committed
modified application.properties
1 parent aeef662 commit 8224745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ management.endpoints.web.exposure.include=*
2424
# Database
2525
##################################################
2626
spring.datasource.driver-class-name=org.h2.Driver
27-
spring.datasource.url=jdbc:h2:file:///Users/maximilian/mapping-service/database
27+
spring.datasource.url=jdbc:h2:file:///tmp/mapping-service/database
2828
spring.datasource.username=user
2929
spring.datasource.password=password
3030
spring.jpa.hibernate.ddl-auto=update
@@ -33,7 +33,7 @@ spring.jpa.hibernate.ddl-auto=update
3333
# Mapping-Service specific settings
3434
##################################################
3535
# Absolute path to the local python interpreter
36-
mapping-service.pythonLocation=file:///opt/homebrew/opt/python@3.10/bin/python3
36+
mapping-service.pythonLocation=file:///usr/bin/python3
3737

3838
# Absolute path to the local gemma mappings folder
39-
mapping-service.mappingSchemasLocation=file:///Users/maximilian/mapping-service/mappingSchemas
39+
mapping-service.mappingSchemasLocation=file:///tmp/mapping-service/mappingSchemas

0 commit comments

Comments
 (0)