application-dev.properties 381 Bytes
server.port=12100
# database
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/vion_label
spring.datasource.username=postgres
spring.datasource.password=vion
# redis
spring.redis.host=127.0.0.1
spring.redis.port=6379
spring.redis.password=vionredis
# temporary
logging.level.com.viontech.label.platform.mapper=error
debug=false
# vion
vion.match-url=http://127.0.0.1:12000/alg