Commit 11de544a by tingweiwang

Update sed-config.sh

1 parent f92c3cd7
Showing with 3 additions and 3 deletions
#!/bin/bash
######################项目所在路径#################################
#workspace=/home/wangtingwei/workspace
config_workspace=/root/configmap-kpl/ #configmap模板所在的路径
config_workspace=/root/configmap-kpl/ #configmap base path 模板所在的路径
################kpl组件变量信息##########################
kpl_backend=http://106.38.203.204:30180 #kpl后端api
kpl_backend=http://106.38.203.204:30180 #kpl backend api
kpl_back_socket=ws://106.38.203.204:30180 # https对应wss
kpl_stream=106.38.203.204:30205 #ssh服务
kpl_stream=106.38.203.204:30205 # kpl stream ssh 连接容器服务
###############其他依赖服务变量信息#########################################
mysql_host=192.168.1.53:3306
mysql_user=root
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!