blob: 93d6a5939a8173e206df713925e7ebfe800746d4 [file] [log] [blame]
spring.main.banner-mode=off
# create and drop tables and sequences, loads import.sql
spring.jpa.hibernate.ddl-auto=none
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/multi_restaurant
spring.datasource.username=supwisdom
spring.datasource.password=123456
database.dbtype=postgresql
# Redis settings
spring.redis.host=localhost
spring.redis.port=6379
spring.redis.password=
spring.redis.database=4
# jwt settings
jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
jwt.expiration=3600
# user password
auth.password.bcrypt.seed=
spring.jackson.serialization.fail-on-empty-beans=false
# task setting
# \u5BF9\u8D26\u4EFB\u52A1
restaurant.chkdtltask.cron=-
# \u7EDF\u8BA1\u4EFB\u52A1
restaurant.statement.cron=-
# \u5BA2\u6237\u4FE1\u606F\u6821\u5BF9\u4EFB\u52A1
restaurant.customercheck.cron=-
# \u6D41\u6C34\u5165\u8D26\u4EFB\u52A1
restaurant.submitofflinedtl.cron=-
# \u67E5\u8BE2\u6D41\u6C34\u72B6\u6001\u4EFB\u52A1
restaurant.querydtlresult.cron=-
cron.offlinedtl= 0 0/5 * * * ?
payapi.logintime= 0 0/5 * * * ?
restaurant.check_discount_expire.cron=-
auditsys.url=http://172.28.43.20:8082/collect/device/
# payapi setting
payapi.url = http://localhost:8080/payapi
payapi.appid=300003
payapi.appkey=330414b089d1473e93d8189da2e9af07
# multi-tenant setting
multi-tenant.header.key=X-TENANT-ID
spring.jpa.show-sql=true
logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n
logging.level.org.hibernate.SQL=debug
log4j.logger.org.springframework.orm.jpa=debug
logging.level.org.springframework.transaction=DEBUG