Skip to content
application.properties 1.2 KiB
Newer Older
Sara Bertocco's avatar
Sara Bertocco committed
# To change this license header, choose License Headers in Project Properties.
# To change this template file, choose Tools | Templates
# and open the template in the editor.

# show sql statements issued by JPA
#spring.jpa.show-sql=true

# enable debug logging for spring boot and hibernate classes
# this is equivalent to passing '--debug' as command line argument
#logging.level.org.springframework.boot=DEBUG
#logging.level.org.hibernate.SQL=DEBUG

# log to file (absolute/relative path of log file)
#logging.file=path/to/log/file.log

server.port=8083
server.servlet.context-path=/vospace
#spring.profiles.active=@spring.profiles.active@
# For development only:
spring.profiles.active=dev

spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/vospacedb
spring.datasource.username=vospaceusr
spring.datasource.password=Peper0ne

# enable debug logging 
# this is equivalent to passing '--debug' as command line argument
logging.level.it.inaf=TRACE
logging.level.org.springframework.security=DEBUG
logging.level.org.springframework.jdbc=TRACE
logging.level.org.springframework.web=TRACE
#logging.level.org.springframework.boot=DEBUG
# log to file (absolute/relative path of log file)
#logging.file=path/to/log/file.log