From: Xia Kaixiang Date: Wed, 24 Jul 2019 06:48:50 +0000 (+0800) Subject: 本地库配置 X-Git-Tag: 1.0.0^2~5 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Frelease%2F1.0.0;p=epayment%2Ffood_payapi.git 本地库配置 --- diff --git a/config/application-devel-pg-xkx.properties b/config/application-devel-pg-xkx.properties new file mode 100644 index 00000000..bd196989 --- /dev/null +++ b/config/application-devel-pg-xkx.properties @@ -0,0 +1,31 @@ +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 +spring.datasource.continue-on-error=true +spring.datasource.initialization-mode=always +# Postgresql settings +spring.datasource.platform=postgresql +spring.datasource.url=jdbc:postgresql://localhost:15432/payapi +spring.datasource.username=admin +spring.datasource.password=123456 +database.dbtype=postgresql +# Redis settings +spring.redis.host=localhost +spring.redis.port=16379 +spring.redis.password=kingstar +# jwt settings +jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw= +# timeout seconds +jwt.expiration=3600 +# user password +auth.password.bcrypt.seed= +security.request.sign=false +################################################## +## quartz task scheduler +shopbalance.updater.cron=- +############################################# +spring.cloud.consul.enabled=false +spring.cloud.consul.host=172.28.201.70 +spring.cloud.consul.port=8500