Skip to content
application.properties 600 B
Newer Older
Sara Bertocco's avatar
Sara Bertocco committed
server.port=8083
server.servlet.context-path=/vospace
Sara Bertocco's avatar
Sara Bertocco committed
# For development only:
spring.profiles.active=dev

spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/vospace_testdb
spring.datasource.username=postgres
spring.datasource.password=postgres
Sara Bertocco's avatar
Sara Bertocco committed

spring.redis.host=127.0.0.1
spring.redis.port=6379

Sara Bertocco's avatar
Sara Bertocco committed
logging.level.it.inaf=TRACE
logging.level.org.springframework.security=DEBUG
logging.level.org.springframework.jdbc=TRACE
logging.level.org.springframework.web=TRACE

vospace-authority=example.com!vospace
#tune max depth for chained links
link-max-depth=10

file-service-url=http://localhost:8087