public_db.cfg数据库配置公共变量设置

时间:2018-12-14 18:36:39   收藏:0   阅读:161

###################################
# code review heguoxiu@berchina.com 20170504
# System Name : 大数据智慧分析平台
# Author : heguoxiu
# Description : 数据库配置差数
##################################

##### oracle 配置差数######
v_host="jdbc:oracle:thin:@10.10.10.2" #主机配置差数
v_port="1521" #端口配置差数
v_database="orcl" #数据库配置差数
v_username="iecbi" #用户名配置差数
v_password="123456" #密码配置差数

##### Mongodb 配置差数######
v_m_host="121.196.216.209" #MongoDB主机IP配置差数
v_m_port="27017" #端口配置差数
v_m_db="log" #数据库配置差数
v_m_username="" #用户名配置差数
v_m_password="" #密码配置差数

原文:https://www.cnblogs.com/heguoxiu/p/10120571.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!