2
0

feat: docker environment enhancement, support modify .env to fix in prodution env

This commit is contained in:
simonzhangsz
2024-12-13 21:28:24 +08:00
parent 476631b74b
commit e7644ea1f0
12 changed files with 93 additions and 45 deletions

View File

@@ -452,7 +452,7 @@
<properties>
<!--当前环境-->
<profileName>prod</profileName>
<nacosServerAddr>192.168.2.248:8848</nacosServerAddr>
<nacosServerAddr>${NACOS_SERVER_ADDR}</nacosServerAddr>
<nacosNamespace>wfc-prod</nacosNamespace>
</properties>
</profile>