提交 3d122102 编写于 作者: zhouweidong's avatar zhouweidong

docker yml补充sysrun参数

上级 1fb36a74
......@@ -19,13 +19,13 @@ TARGET=PSSYSTEM
<#assign nacosUrl = appPlatform.getUserParam("nacos","172.16.102.211:8848")>
</#if>
<#if appPlatform.getUserParam("spring.redis.host","172.16.100.243")??>
<#assign redisHost = appPlatform.getUserParam("redisHost","172.16.100.243")>
<#assign redisHost = appPlatform.getUserParam("spring.redis.host","172.16.100.243")>
</#if>
<#if appPlatform.getUserParam("spring.redis.port","6379")??>
<#assign redisPort = appPlatform.getUserParam("redisPort","6379")>
<#assign redisPort = appPlatform.getUserParam("spring.redis.port","6379")>
</#if>
<#if appPlatform.getUserParam("spring.redis.database","0")??>
<#assign redisDataBase = appPlatform.getUserParam("redisDataBase","0")>
<#assign redisDataBase = appPlatform.getUserParam("spring.redis.database","0")>
</#if>
<#break>
</#if>
......@@ -40,13 +40,13 @@ TARGET=PSSYSTEM
<#assign nacosUrl = sysApiPlatform.getUserParam("nacos","172.16.102.211:8848")>
</#if>
<#if sysApiPlatform.getUserParam("spring.redis.host","172.16.100.243")??>
<#assign redisHost = sysApiPlatform.getUserParam("redisHost","172.16.100.243")>
<#assign redisHost = sysApiPlatform.getUserParam("spring.redis.host","172.16.100.243")>
</#if>
<#if sysApiPlatform.getUserParam("spring.redis.port","6379")??>
<#assign redisPort = sysApiPlatform.getUserParam("redisPort","6379")>
<#assign redisPort = sysApiPlatform.getUserParam("spring.redis.port","6379")>
</#if>
<#if sysApiPlatform.getUserParam("spring.redis.database","0")??>
<#assign redisDataBase = sysApiPlatform.getUserParam("redisDataBase","0")>
<#assign redisDataBase = sysApiPlatform.getUserParam("spring.redis.database","0")>
</#if>
<#break>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册