application-option.properties 356 Bytes
server.port=22222
#                                       datasource
vion.datasource.driver-class-name=org.postgresql.Driver
vion.datasource.pre-url=jdbc:postgresql://192.168.9.233:5432/
vion.datasource.username=postgres
vion.datasource.password=authpass
#                                       redis
spring.redis.host=192.168.9.233
spring.redis.port=6379