blob: f0be20a0690a3c31bc7f1f6866a265fb3b45a08d [file] [log] [blame]
spring.main.banner-mode=off
# create and drop tables and sequences, loads import.sql
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
spring.jpa.properties.hibernate.show_sql=false
#spring.datasource.initialization-mode=always
# Postgresql settings
spring.datasource.platform=postgresql
spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/door
spring.datasource.username=payapi
spring.datasource.password=123456
database.dbtype=postgresql
# Redis settings
# spring.redis.host=172.28.201.101
spring.redis.host=172.28.201.70
spring.redis.port=6379
spring.redis.password=
spring.redis.database=2
# jwt settings
jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
# timeout seconds
jwt.expiration=3600
auth.password.bcrypt.seed=
spring.jackson.serialization.fail-on-empty-beans=false
server.port=8180
payapi.url=https://yy.dlsmk.cn/payapi/
#payapi.appid=300003
#payapi.secret=b32309b244904e1789b055eb1da51db1
payapi.appid=200003
payapi.secret=04c7e1a1f7a34df3bf07f3bd2f667d7e
#payapi.url=http://localhost:8080/payapi
#payapi.appid=200001
#payapi.secret=dc1d26c0d43e442588092c8d45c21bce
## quartz task scheduler
#sync.cardStatus.cron=0 0/10 * * * ?
#apiLogin.refresh.cron=0 0/20 * * * ?
conference.updatestatus.cron=0 0/1 * * * ?
conference.uploaddtl.cron=5/10 * * * * ?
visitor.appid=wx063b94046a147a77
visitor.secret=702d663e7685d0adc0a83673701c8878
visitor.redirect=https%3a%2f%2fyy.dlsmk.cn%2fdoor
visitor.deviceids=21,22,24,25,30,31,41,42,44,45