mirror of
https://github.com/SOCI/soci.git
synced 2026-05-20 20:18:55 -05:00
d38b21ca67
Move directory /bin/ci to /scripts/travis
12 lines
380 B
Bash
12 lines
380 B
Bash
#!/usr/bin/env bash
|
|
# Part of Vagrant virtual development environments for SOCI
|
|
export SOCI_HOME=/vagrant
|
|
export SOCI_BUILD=/home/vagrant/soci-build
|
|
export SOCI_HOST=vmsoci.local
|
|
# SOCI_USER has two purposes: database user name, database name
|
|
export SOCI_USER=soci
|
|
export SOCI_PASS=soci
|
|
export SOCI_DB2_HOST=vmdb2.local
|
|
export SOCI_DB2_USER=db2inst1
|
|
export SOCI_DB2_PASS=db2inst1
|