diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index dd80dac..63838e1 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,4 +1,4 @@
-server.port = 6801
+server.port = 7801
 
 ## 数据源配置
 spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new
@@ -77,3 +77,11 @@ my.MaxLoginErrorCount = 5
 ## 自定义用户登录错误间隔时间(分钟)
 my.LoginErrorIntervalTime = 60
 
+logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG
+
+qrCode.saveDirPath = /home/lcq/server/fire_point_allinpay/qrCode
+qrCode.accessDirPath = qrCode
+pay.notifyUrl = http://8.142.26.238:7801/pay/notify
+#qrCode.saveDirPath = C:\\Users\\ADMIN\\Desktop\\qrCode
+#qrCode.accessDirPath = qrCode
+#pay.notifyUrl = http://localhost:7801/pay/notify
\ No newline at end of file