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

###################################
# 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