server.port=8083 server.servlet.context-path=/vospace # 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 spring.redis.host=127.0.0.1 spring.redis.port=6379 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