application-pro.properties 1.29 KB
oss.config.bucket=vion-mall
oss.config.endPoint=oss-cn-beijing.aliyuncs.com
oss.config.accessKeyId=LTAI9WfUr3GDne4c
oss.config.accessKeySecret=SDzMs26kNyiDIIRJIY2qUBxBOeUEZ8
#######################Face root directory#######################
path.picture=D:\\face\\
##################Feature root directory######################
path.feature=D:\\feature\\
#########################the application will upload the data in [beginDate,endDate]
#########################begin date######################
date.begin=20180825
#########################end date###################
date.end=20180825
########################Path format\uFF1Aface/date/channel_serialNum, Database connection using postgreSql,flag = postgre
#spring.datasource.driver-class-name=org.postgresql.Driver
#spring.datasource.url=jdbc:postgresql://192.168.9.221:5432/shoppingMall_snapshot
#spring.datasource.username=postgres
#spring.datasource.password=vion
#flag=postgre
########################Path format\uFF1Aface/date/channel_serialNum ,Database connection using mysql flag=mysql
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc\:mysql\://47.94.47.137\:3306/vioncountcloud?useUnicode\=true&characterEncoding\=UTF-8
spring.datasource.username=root
spring.datasource.password=IH5c3t0di14Ay7y5
flag=mysql
server.port=8888