Warning, /sdk/codevis/thirdparty/soci/scripts/vagrant/common.env is written in an unsupported language. File is not indexed.
0001 #!/usr/bin/env bash 0002 # Part of Vagrant virtual development environments for SOCI 0003 export SOCI_HOME=/vagrant 0004 export SOCI_BUILD=/home/vagrant/soci-build 0005 export SOCI_HOST=vmsoci.local 0006 # SOCI_USER has two purposes: database user name, database name 0007 export SOCI_USER=soci 0008 export SOCI_PASS=soci 0009 export SOCI_DB2_HOST=vmdb2.local 0010 export SOCI_DB2_USER=db2inst1 0011 export SOCI_DB2_PASS=db2inst1