blob: f7d9824bdede8a14596df10830f90f2321846351 [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
yang.liudeb3c462019-07-10 16:56:06 +080013spring.redis.host=172.28.201.101
14spring.redis.port=16379
15spring.redis.password=kingstar
yang.liu199a7ed2019-08-21 17:35:04 +080016spring.redis.database=2
Tang Cheng628f7162019-04-16 22:59:02 +080017# jwt settings
18jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
19# timeout seconds
20jwt.expiration=3600
qiaoweie64716c2019-05-10 10:00:37 +080021auth.password.bcrypt.seed=
yang.liu4e2060e2019-06-13 16:08:51 +080022spring.jackson.serialization.fail-on-empty-beans=false
yang.liudeb3c462019-07-10 16:56:06 +080023server.port=8099
yang.liue97344e2019-08-06 10:37:21 +080024
yang.liu5ede4c72019-08-20 14:44:53 +080025# payapi.url=https://yy.dlsmk.cn/payapi/
26# payapi.appid=300003
27# payapi.secret=b32309b244904e1789b055eb1da51db1
28
yang.liue97344e2019-08-06 10:37:21 +080029payapi.url=http://172.28.43.3:8099/payapi
yang.liu5ede4c72019-08-20 14:44:53 +080030payapi.appid=200001
31payapi.secret=dc1d26c0d43e442588092c8d45c21bce
32
33