| spring.main.banner-mode=off |
| # create and drop tables and sequences, loads import.sql |
| 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 |
| spring.jpa.show-sql=true |
| #logging.level.org.hibernate.SQL=DEBUG |
| # Postgresql settings |
| spring.datasource.platform=postgresql |
| spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/restauranttest |
| #spring.datasource.url=jdbc:postgresql://172.28.201.101:25432/restauranttest |
| spring.datasource.username=payapi |
| spring.datasource.password=123456 |
| database.dbtype=postgresql |
| # Redis settings |
| spring.redis.host=172.28.201.70 |
| spring.redis.port=6379 |
| spring.redis.password= |
| # 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.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n |
| logging.level.org.hibernate.SQL=debug |
| logging.config=classpath:logback.xml |
| logging.level.root=info |
| |
| payapi.url=https://yy.dlsmk.cn/payapi |
| |
| payapi.appid=200001 |
| payapi.appkey=105161967fe247a493b090fd90c8b996 |
| |
| |
| 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/ |