blob: 8e2b45ea33dac16ef89f5cab64e4604b8516baa1 [file] [log] [blame]
spring.main.banner-mode=off
# create and drop tables and sequences, loads import.sql
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false
# Postgresql settings
spring.datasource.platform=postgresql
#spring.datasource.url=jdbc:postgresql://ykt.supwisdom.com:15432/payapidev
spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/payapidev
spring.datasource.username=payapi
spring.datasource.password=123456
spring.datasource.continue-on-error=true
spring.datasource.initialization-mode=always
# Redis settings
#spring.redis.host=ykt.supwisdom.com
spring.redis.host=172.28.201.101
spring.redis.port=16379
spring.redis.password=kingstar
# jwt settings
jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
# timeout seconds
jwt.expiration=3600
auth.password.bcrypt.seed=
spring.jackson.serialization.fail-on-empty-beans=false
logging.level.org.springframework.web=DEBUG
security.request.sign=false
##################################################
## quartz task scheduler
shopbalance.updater.cron=-
##################多租户配置 end################################
#############################################
spring.cloud.consul.enabled=false
spring.cloud.consul.host=172.28.201.70
spring.cloud.consul.port=8500