公交二维码对接接口
diff --git a/config/application-devel-pg.properties b/config/application-devel-pg.properties
index 9342bff..2f72996 100644
--- a/config/application-devel-pg.properties
+++ b/config/application-devel-pg.properties
@@ -4,8 +4,8 @@
 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
+spring.jpa.show-sql=false
+logging.level.org.hibernate.SQL=ERROR
 # Postgresql settings
 spring.datasource.platform=postgresql
 spring.datasource.url=jdbc:postgresql://172.28.201.70:15432/restauranttest
@@ -25,12 +25,21 @@
 spring.jackson.serialization.fail-on-empty-beans=false
 
 
-payapi.url=http://172.28.201.70:10010/payapi
+#payapi.url=http://172.28.201.70:10010/payapi
+payapi.url=http://localhost:8080/payapi
 
 payapi.appid=200001
+payapi.logintime= 0 0/5 * * * ? 
 
 cron.offlinedtl= 0 0/5 * * * ?
-payapi.logintime= 0 0/5 * * * ? 
-busapp.cardsync.cron=0 0/1 * * * ?
+#busapp.cardsync.cron=0 0/1 * * * ?
+busapp.cardsync.cron=-
 payapi.submitOfflineDtl=-
-payapi.checkWipDtl=-
\ No newline at end of file
+payapi.checkWipDtl=-
+busapp.upload.transdtl.task.cron=0 0/1 * * * ?
+
+#restaurant.sync.card.task.cron=0 0/1 * * * ?
+restaurant.sync.card.task.cron=-
+restaurant.chkdtltask.cron=-
+
+server.servlet.context-path=/carbus