blob: efb17aa822dad7a13afbb630afeedf09db63efc2 [file] [log] [blame]
Tang Cheng0be0d6c2019-04-09 13:17:13 +08001spring.main.banner-mode=off
Tang Cheng0be0d6c2019-04-09 13:17:13 +08002# create and drop tables and sequences, loads import.sql
Tang Cheng628f7162019-04-16 22:59:02 +08003spring.jpa.hibernate.ddl-auto=update
4spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
5spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
6# Postgresql settings
Tang Cheng5b921b92019-04-24 14:00:16 +08007spring.datasource.platform=postgresql
Tang Chenga5aaaf82019-06-10 16:18:45 +08008spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/door
9spring.datasource.username=payapi
Tang Cheng0be0d6c2019-04-09 13:17:13 +080010spring.datasource.password=123456
qiaoweie49f99e2019-04-28 09:34:43 +080011database.dbtype=postgresql
Tang Cheng628f7162019-04-16 22:59:02 +080012# Redis settings
binquan.qiu208db132020-03-18 13:56:45 +080013# spring.redis.host=172.28.201.101
14spring.redis.host=172.28.201.70
15spring.redis.port=6379
16spring.redis.password=
yang.liu199a7ed2019-08-21 17:35:04 +080017spring.redis.database=2
Tang Cheng628f7162019-04-16 22:59:02 +080018# jwt settings
19jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
20# timeout seconds
21jwt.expiration=3600
qiaoweie64716c2019-05-10 10:00:37 +080022auth.password.bcrypt.seed=
yang.liu4e2060e2019-06-13 16:08:51 +080023spring.jackson.serialization.fail-on-empty-beans=false
binquan.qiu208db132020-03-18 13:56:45 +080024server.port=8080
yang.liue97344e2019-08-06 10:37:21 +080025
binquan.qiub13b1642020-03-19 18:14:41 +080026payapi.url=https://yy.dlsmk.cn/payapi/
27payapi.appid=300003
28payapi.secret=b32309b244904e1789b055eb1da51db1
yang.liu5ede4c72019-08-20 14:44:53 +080029
binquan.qiub13b1642020-03-19 18:14:41 +080030#payapi.url=http://172.28.43.3:8099/payapi
31#payapi.appid=200001
32#payapi.secret=dc1d26c0d43e442588092c8d45c21bce
yang.liu5ede4c72019-08-20 14:44:53 +080033
binquan.qiu07303cf2020-03-30 14:36:16 +080034## quartz task scheduler
35#sync.cardStatus.cron=0 0/10 * * * ?
36#apiLogin.refresh.cron=0 0/20 * * * ?
37conference.updatestatus.cron=0 0/1 * * * ?
38conference.uploaddtl.cron=5/10 * * * * ?
haiwang.yangef44b1a2020-04-01 09:44:52 +080039
40visitor.appid=wx063b94046a147a77
41visitor.secret=702d663e7685d0adc0a83673701c8878
42