Commit e69f2546 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 53edc9d7
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</activation> </activation>
<properties> <properties>
<profiles.active>develop</profiles.active> <profiles.active>develop</profiles.active>
<profiles.server.port>31043</profiles.server.port> <profiles.server.port>8098</profiles.server.port>
<profiles.log.path>/home/mortals/app/logs</profiles.log.path> <profiles.log.path>/home/mortals/app/logs</profiles.log.path>
<profiles.log.level>info</profiles.log.level> <profiles.log.level>info</profiles.log.level>
<profiles.baseUrl>http://10.225.128.55</profiles.baseUrl> <profiles.baseUrl>http://10.225.128.55</profiles.baseUrl>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<id>test</id> <id>test</id>
<properties> <properties>
<profiles.active>test</profiles.active> <profiles.active>test</profiles.active>
<profiles.server.port>31043</profiles.server.port> <profiles.server.port>8098</profiles.server.port>
<profiles.log.path>/home/mortals/app/logs</profiles.log.path> <profiles.log.path>/home/mortals/app/logs</profiles.log.path>
<profiles.log.level>info</profiles.log.level> <profiles.log.level>info</profiles.log.level>
<profiles.baseUrl>http://10.225.128.55</profiles.baseUrl> <profiles.baseUrl>http://10.225.128.55</profiles.baseUrl>
...@@ -58,13 +58,13 @@ ...@@ -58,13 +58,13 @@
<profile> <profile>
<id>yibin</id> <id>yibin</id>
<properties> <properties>
<profiles.server.port>31043</profiles.server.port> <profiles.server.port>8098</profiles.server.port>
<profiles.log.path>/home/mortals/app/logs</profiles.log.path> <profiles.log.path>/home/mortals/app/logs</profiles.log.path>
<profiles.log.level>info</profiles.log.level> <profiles.log.level>info</profiles.log.level>
<profiles.baseUrl>http://172.15.28.113:9903/</profiles.baseUrl> <profiles.baseUrl>http://172.15.28.113:9903/</profiles.baseUrl>
<profiles.ocrUrl>http://172.15.28.113:9901/</profiles.ocrUrl> <profiles.ocrUrl>http://172.15.28.113:9901/</profiles.ocrUrl>
<profiles.apiUrl>http://172.15.28.113:9902/</profiles.apiUrl> <profiles.apiUrl>http://172.15.28.113:9902/</profiles.apiUrl>
<profiles.mq>sanya</profiles.mq> <profiles.mq>yibin</profiles.mq>
<profiles.activemq.brokerUrl>tcp://172.15.28.113:62818</profiles.activemq.brokerUrl> <profiles.activemq.brokerUrl>tcp://172.15.28.113:62818</profiles.activemq.brokerUrl>
<profiles.publish.path>/home/publish</profiles.publish.path> <profiles.publish.path>/home/publish</profiles.publish.path>
</properties> </properties>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment