blob: 3b2dd4ad3bd91488757543d4ac20c56f0be9156e [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
spring.datasource.continue-on-error=true
spring.datasource.initialization-mode=always
# Postgresql settings
spring.datasource.platform=postgresql
spring.datasource.url=jdbc:postgresql://localhost:5432/payapi
spring.datasource.username=payapi
spring.datasource.password=123456
database.dbtype=postgresql
# Redis settings
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=
# 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
resttemplate.proxy.type=http
resttemplate.proxy.host=127.0.0.1
resttemplate.proxy.port=1087