1 Star 0 Fork 48

lebin/northstar-gateway-ctp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
set-env.sh 802 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# 提示用户输入环境变量
read -p "请输入 BROKER_ID : " NS_CTP_BROKER_ID
read -p "请输入 HOSTS (多个IP用,分隔): " NS_CTP_HOSTS
read -p "请输入 MD_PORT : " NS_CTP_MD_PORT
read -p "请输入 TD_PORT : " NS_CTP_TD_PORT
read -p "请输入 APP_ID : " NS_CTP_APP_ID
read -p "请输入 AUTH_CODE : " NS_CTP_AUTH_CODE
# 设置环境变量
echo "export NS_CTP_BROKER_ID=$NS_CTP_BROKER_ID" >> ~/.bashrc
echo "export NS_CTP_APP_ID=$NS_CTP_APP_ID" >> ~/.bashrc
echo "export NS_CTP_HOSTS=$NS_CTP_HOSTS" >> ~/.bashrc
echo "export NS_CTP_MD_PORT=$NS_CTP_MD_PORT" >> ~/.bashrc
echo "export NS_CTP_TD_PORT=$NS_CTP_TD_PORT" >> ~/.bashrc
echo "export NS_CTP_AUTH_CODE=$NS_CTP_AUTH_CODE" >> ~/.bashrc
# 使环境变量立即生效
source ~/.bashrc
echo "环境变量已成功添加。"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liebin/northstar-gateway-ctp.git
git@gitee.com:liebin/northstar-gateway-ctp.git
liebin
northstar-gateway-ctp
northstar-gateway-ctp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385