diff --git a/tamguo-crawler/src/main/resources/redis.xml b/tamguo-crawler/src/main/resources/redis.xml
index ed04f74..b68365a 100644
--- a/tamguo-crawler/src/main/resources/redis.xml
+++ b/tamguo-crawler/src/main/resources/redis.xml
@@ -4,6 +4,6 @@
-
+
\ No newline at end of file
diff --git a/tamguo-oms/src/main/resources/application.properties b/tamguo-oms/src/main/resources/application.properties
index 397b90c..a192994 100644
--- a/tamguo-oms/src/main/resources/application.properties
+++ b/tamguo-oms/src/main/resources/application.properties
@@ -13,14 +13,14 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
spring.datasource.maxWait=60000
spring.datasource.minEvictableIdleTimeMillis=300000
spring.datasource.minIdle=5
-spring.datasource.password=Tanguo
+spring.datasource.password=123456
spring.datasource.poolPreparedStatements=true
spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false
spring.datasource.testWhileIdle=true
spring.datasource.timeBetweenEvictionRunsMillis=60000
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
-spring.datasource.url=jdbc:mysql://47.100.175.14:3306/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false
+spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tamguo?useUnicode=true&characterEncoding=UTF-8&useSSL=false
spring.datasource.username=root
spring.datasource.validationQuery=SELECT 1 FROM DUAL
diff --git a/tamguo-tms/src/main/resources/application.properties b/tamguo-tms/src/main/resources/application.properties
index f2af949..1c869ee 100644
--- a/tamguo-tms/src/main/resources/application.properties
+++ b/tamguo-tms/src/main/resources/application.properties
@@ -1,5 +1,5 @@
-domain.name=http://localhost:8081/
-admin.domain.name=https://admin.tamguo.com
+domain.name=https://www.tamguo.com/
+admin.domain.name=https://www.tamguo.com/
server.port=8081
jasypt.encryptor.password=tamguo
@@ -12,7 +12,7 @@ spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
spring.datasource.maxWait=60000
spring.datasource.minEvictableIdleTimeMillis=300000
spring.datasource.minIdle=5
-spring.datasource.password=123456
+spring.datasource.password=tanguo520pig
spring.datasource.poolPreparedStatements=true
spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false