application-dev.properties 587 Bytes
# SERVER
server.address=0.0.0.0
server.port=9200
#server.session.timeout=900

logging.config=classpath:logback-dev.xml

# DATASOURCE
spring.datasource.url=jdbc:postgresql://182.92.152.64:5432/postgres
#spring.datasource.url=jdbc:postgresql://172.31.1.192:5432/mibox
spring.datasource.username=postgres
spring.datasource.password=xwh!@#711
#spring.datasource.password=ccc
spring.datasource.type=com.zaxxer.hikari.HikariDataSource

# DEVTOOLS
spring.devtools.livereload.port=35730

spring.freemarker.check-template-location=true
spring.freemarker.template-loader-path=classpath:/templates/