blob: 3202dda696716957a05bec3f6ce1ac8d1bd71868 [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
binquan.qiu602250d2020-04-09 10:14:19 +08006spring.jpa.properties.hibernate.show_sql=false
Tang Cheng628f7162019-04-16 22:59:02 +08007# Postgresql settings
binquan.qiu602250d2020-04-09 10:14:19 +08008
9
Tang Cheng5b921b92019-04-24 14:00:16 +080010spring.datasource.platform=postgresql
Tang Chenga5aaaf82019-06-10 16:18:45 +080011spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/door
12spring.datasource.username=payapi
Tang Cheng0be0d6c2019-04-09 13:17:13 +080013spring.datasource.password=123456
qiaoweie49f99e2019-04-28 09:34:43 +080014database.dbtype=postgresql
Tang Cheng628f7162019-04-16 22:59:02 +080015# Redis settings
binquan.qiu208db132020-03-18 13:56:45 +080016# spring.redis.host=172.28.201.101
17spring.redis.host=172.28.201.70
18spring.redis.port=6379
19spring.redis.password=
yang.liu199a7ed2019-08-21 17:35:04 +080020spring.redis.database=2
Tang Cheng628f7162019-04-16 22:59:02 +080021# jwt settings
22jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
23# timeout seconds
24jwt.expiration=3600
qiaoweie64716c2019-05-10 10:00:37 +080025auth.password.bcrypt.seed=
yang.liu4e2060e2019-06-13 16:08:51 +080026spring.jackson.serialization.fail-on-empty-beans=false
binquan.qiu208db132020-03-18 13:56:45 +080027server.port=8080
yang.liue97344e2019-08-06 10:37:21 +080028
binquan.qiub13b1642020-03-19 18:14:41 +080029payapi.url=https://yy.dlsmk.cn/payapi/
30payapi.appid=300003
31payapi.secret=b32309b244904e1789b055eb1da51db1
yang.liu5ede4c72019-08-20 14:44:53 +080032
binquan.qiub13b1642020-03-19 18:14:41 +080033#payapi.url=http://172.28.43.3:8099/payapi
34#payapi.appid=200001
35#payapi.secret=dc1d26c0d43e442588092c8d45c21bce
yang.liu5ede4c72019-08-20 14:44:53 +080036
binquan.qiu07303cf2020-03-30 14:36:16 +080037## quartz task scheduler
38#sync.cardStatus.cron=0 0/10 * * * ?
39#apiLogin.refresh.cron=0 0/20 * * * ?
40conference.updatestatus.cron=0 0/1 * * * ?
41conference.uploaddtl.cron=5/10 * * * * ?
haiwang.yangef44b1a2020-04-01 09:44:52 +080042
43visitor.appid=wx063b94046a147a77
44visitor.secret=702d663e7685d0adc0a83673701c8878
haiwang.yang3173c202020-04-09 10:11:25 +080045visitor.redirect=https%3a%2f%2fyy.dlsmk.cn%2fdoor
haiwang.yangef44b1a2020-04-01 09:44:52 +080046