|
@@ -316,5 +316,21 @@
|
|
|
<profiles.report.port>3001</profiles.report.port>
|
|
|
</properties>
|
|
|
</profile>
|
|
|
+ <profile>
|
|
|
+ <id>remote</id>
|
|
|
+ <properties>
|
|
|
+ <!-- 环境标识,需要与配置文件的名称相对应 -->
|
|
|
+ <profiles.active>remote</profiles.active>
|
|
|
+ <nacos.username>nacos</nacos.username>
|
|
|
+ <nacos.password>nacos1</nacos.password>
|
|
|
+ <nacos.server-addr>nacos.freerr.cn:8848</nacos.server-addr>
|
|
|
+ <profiles.namespace>a5e42a72-1f8f-44fc-bd2d-2dbc73cb327c</profiles.namespace>
|
|
|
+ <profiles.auth.port>3000</profiles.auth.port>
|
|
|
+ <profiles.gateway.port>9999</profiles.gateway.port>
|
|
|
+ <profiles.upms.biz.port>4000</profiles.upms.biz.port>
|
|
|
+ <profiles.quartz.port>5007</profiles.quartz.port>
|
|
|
+ <profiles.report.port>3001</profiles.report.port>
|
|
|
+ </properties>
|
|
|
+ </profile>
|
|
|
</profiles>
|
|
|
</project>
|