29 lines
813 B
Properties
Executable File
29 lines
813 B
Properties
Executable File
spring.application.name=cezenHorse
|
|
#server.port=8083
|
|
server.port=8081
|
|
server.address=0.0.0.0
|
|
|
|
spring.datasource.url = jdbc:postgresql://localhost:5434/horse
|
|
spring.datasource.username = postgres
|
|
spring.datasource.password = root
|
|
|
|
#spring.datasource.url = jdbc:postgresql://postgres:5432/horse
|
|
#spring.datasource.username = postgres
|
|
#spring.datasource.password = root
|
|
|
|
#spring.datasource.url = jdbc:postgresql://bblablabla
|
|
#spring.datasource.username = postgres
|
|
#spring.datasource.password = root
|
|
|
|
spring.datasource.corsip=http://192.168.1.100:4200
|
|
|
|
|
|
logging.level.org.hibernate.SQL=DEBUG
|
|
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
|
|
|
|
|
logging.level.org.springframework.web: DEBUG
|
|
logging.level.org.hibernate: ERROR
|
|
|
|
#using J-SESSION ID till i use JWT
|
|
server.servlet.session.cookie.secure=true |