blob: bd196989f38751e7df6b0b10c14268573ea6189d [file] [log] [blame]
Xia Kaixiangb5d872c2019-07-24 14:48:50 +08001spring.main.banner-mode=off
2# create and drop tables and sequences, loads import.sql
3spring.jpa.hibernate.ddl-auto=update
4spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
5spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
6spring.datasource.continue-on-error=true
7spring.datasource.initialization-mode=always
8# Postgresql settings
9spring.datasource.platform=postgresql
10spring.datasource.url=jdbc:postgresql://localhost:15432/payapi
11spring.datasource.username=admin
12spring.datasource.password=123456
13database.dbtype=postgresql
14# Redis settings
15spring.redis.host=localhost
16spring.redis.port=16379
17spring.redis.password=kingstar
18# jwt settings
19jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
20# timeout seconds
21jwt.expiration=3600
22# user password
23auth.password.bcrypt.seed=
24security.request.sign=false
25##################################################
26## quartz task scheduler
27shopbalance.updater.cron=-
28#############################################
29spring.cloud.consul.enabled=false
30spring.cloud.consul.host=172.28.201.70
31spring.cloud.consul.port=8500