blob: 2f72996a5601c1ad2a6c09a18cef00622f34c500 [file] [log] [blame]
Xia Kaixiangd15331b2019-05-13 16:09:09 +08001spring.main.banner-mode=off
2# create and drop tables and sequences, loads import.sql
Xia Kaixiangd15331b2019-05-13 16:09:09 +08003spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
4spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
Tang Cheng3c40ef82019-07-10 14:34:09 +08005spring.datasource.continue-on-error=true
binquan.qiu7bff7eb2019-08-02 14:18:26 +08006#spring.datasource.initialization-mode=always
kaixiang.xia45f78de2020-11-04 17:35:27 +08007spring.jpa.show-sql=false
8logging.level.org.hibernate.SQL=ERROR
Xia Kaixiangd15331b2019-05-13 16:09:09 +08009# Postgresql settings
10spring.datasource.platform=postgresql
binquan.qiu90b7af12019-09-16 16:08:21 +080011spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/restauranttest
12#spring.datasource.url=jdbc:postgresql://172.28.201.101:25432/restauranttest
Xia Kaixiangd15331b2019-05-13 16:09:09 +080013spring.datasource.username=payapi
14spring.datasource.password=123456
15database.dbtype=postgresql
16# Redis settings
binquan.qiu05a4a602019-11-06 18:14:23 +080017spring.redis.host=172.28.201.70
18spring.redis.port=6379
19spring.redis.password=
Xia Kaixiangd15331b2019-05-13 16:09:09 +080020# jwt settings
21jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
22# timeout seconds
23jwt.expiration=3600
24auth.password.bcrypt.seed=
binquan.qiu4f83d362019-08-08 16:43:45 +080025spring.jackson.serialization.fail-on-empty-beans=false
26
27
kaixiang.xia45f78de2020-11-04 17:35:27 +080028#payapi.url=http://172.28.201.70:10010/payapi
29payapi.url=http://localhost:8080/payapi
binquan.qiua27c8642019-08-23 18:55:34 +080030
binquan.qiu1b2333a2019-08-26 17:34:46 +080031payapi.appid=200001
kaixiang.xia45f78de2020-11-04 17:35:27 +080032payapi.logintime= 0 0/5 * * * ?
binquan.qiu1b2333a2019-08-26 17:34:46 +080033
binquan.qiuc5708402019-10-08 09:57:59 +080034cron.offlinedtl= 0 0/5 * * * ?
kaixiang.xia45f78de2020-11-04 17:35:27 +080035#busapp.cardsync.cron=0 0/1 * * * ?
36busapp.cardsync.cron=-
binquan.qiu8a014d82020-01-10 14:22:31 +080037payapi.submitOfflineDtl=-
kaixiang.xia45f78de2020-11-04 17:35:27 +080038payapi.checkWipDtl=-
39busapp.upload.transdtl.task.cron=0 0/1 * * * ?
40
41#restaurant.sync.card.task.cron=0 0/1 * * * ?
42restaurant.sync.card.task.cron=-
43restaurant.chkdtltask.cron=-
44
45server.servlet.context-path=/carbus