blob: 355f9ea758362e5003019e9c1c2cca64a7df139a [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:15432/carbus
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
# payapi setting
payapi.url=http://localhost:8080/payapi
server.servlet.context-path=/carbus
# task setting
payapi.logintime= 0 0/20 * * * ?
cron.offlinedtl= 0 0/5 * * * ?
#busapp.cardsync.cron=0 0/1 * * * ?
busapp.cardsync.cron=-
payapi.submitOfflineDtl=-
payapi.checkWipDtl=-
restaurant.statement.cron=-
busapp.upload.transdtl.task.cron=0 0/1 * * * ?
#restaurant.sync.card.task.cron=0 0/1 * * * ?
restaurant.sync.card.task.cron=-
restaurant.chkdtltask.cron=0 0/3 * * * ?