File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ management.endpoints.web.exposure.include=*
24
24
# Database
25
25
# #################################################
26
26
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
28
28
spring.datasource.username =user
29
29
spring.datasource.password =password
30
30
spring.jpa.hibernate.ddl-auto =update
@@ -33,7 +33,7 @@ spring.jpa.hibernate.ddl-auto=update
33
33
# Mapping-Service specific settings
34
34
# #################################################
35
35
# 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
37
37
38
38
# 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
You can’t perform that action at this time.
0 commit comments