Commit 973903530bd3df296b9c124465ee5896e26e1179

Authored by liquanyu
1 parent 3b702ff911

update

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/resources/config.properties View file @ 9739035
... ... @@ -31,14 +31,14 @@
31 31  
32 32  
33 33 #区域统计地址
34   -area_count_url=119.90.57.26:1522
  34 +area_count_url=192.168.1.32:1521
35 35  
36 36 #同步mysql数据到各个区域的地址,多个用逗号隔开 如:https://area-qhd-api.healthbaby.com.cn:18019/syncMysqlData,https://area-dz-api.healthbaby.com.cn:12356/syncMysqlData
37 37 sync_mysql_data_url=
38 38  
39 39 #数据源相关配置
40 40 jdbc.0.driver=oracle.jdbc.driver.OracleDriver
41   -jdbc.0.url=jdbc:oracle:thin:@119.90.57.26:1522:orcl
  41 +jdbc.0.url=jdbc:oracle:thin:@192.168.1.32:1521:orcl
42 42 jdbc.0.username=LYMS_ODS
43 43 jdbc.0.password=Welcome1
44 44