|
|
|
@@ -332,6 +332,9 @@ |
|
|
|
<properties> |
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 --> |
|
|
|
<activatedProperties>dev</activatedProperties> |
|
|
|
<nacos.host>39.107.77.235</nacos.host> |
|
|
|
<nacos.port>18848</nacos.port> |
|
|
|
<nacos.namespace>6d0ee265-2a92-44cc-a6de-f34b3ea104e6</nacos.namespace> |
|
|
|
</properties> |
|
|
|
<activation> |
|
|
|
<!-- 默认环境 --> |
|
|
|
@@ -343,6 +346,9 @@ |
|
|
|
<properties> |
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 --> |
|
|
|
<activatedProperties>test</activatedProperties> |
|
|
|
<nacos.host>172.17.0.1</nacos.host> |
|
|
|
<nacos.port>18848</nacos.port> |
|
|
|
<nacos.namespace></nacos.namespace> |
|
|
|
</properties> |
|
|
|
</profile> |
|
|
|
<profile> |
|
|
|
@@ -350,7 +356,11 @@ |
|
|
|
<properties> |
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 --> |
|
|
|
<activatedProperties>prod</activatedProperties> |
|
|
|
<nacos.host>172.17.0.1</nacos.host> |
|
|
|
<nacos.port>18848</nacos.port> |
|
|
|
<nacos.namespace></nacos.namespace> |
|
|
|
</properties> |
|
|
|
|
|
|
|
</profile> |
|
|
|
</profiles> |
|
|
|
|
|
|
|
|