Initial commit
This commit is contained in:
35
vendor/github.com/hyperhq/hypercli/integration-cli/util.conf.template
generated
vendored
Normal file
35
vendor/github.com/hyperhq/hypercli/integration-cli/util.conf.template
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
export GOPATH="$(pwd)/vendor:$GOPATH"
|
||||
export HYPER_CONFIG="$HOME/.hyper"
|
||||
export IMAGE_DIR="/tmp/image"
|
||||
export LOCAL_DOCKER_HOST="unix:///var/run/docker.sock"
|
||||
export DOCKER_REMOTE_DAEMON=1
|
||||
|
||||
#########################################
|
||||
#packet env
|
||||
#########################################
|
||||
#export HYPER_HOST="tcp://147.75.x.x:6443" #packet
|
||||
export HYPER_HOST="tcp://us-west-1.hyper.sh:443" #zenlayer
|
||||
|
||||
#Hyper Credentials
|
||||
export ACCESS_KEY="xxxxxx"
|
||||
export SECRET_KEY="xxxxxx"
|
||||
export REGION="us-west-1"
|
||||
|
||||
#########################################
|
||||
## AWS Credentials(option)
|
||||
#########################################
|
||||
export AWS_ACCESS_KEY="xxxxxx"
|
||||
export AWS_SECRET_KEY="xxxxxx"
|
||||
|
||||
#########################################
|
||||
##MONGODB(option)
|
||||
#########################################
|
||||
export MONGODB_URL="xxxxxx"
|
||||
|
||||
##For test load image from basic auth url
|
||||
export URL_WITH_BASIC_AUTH="http://xxxxxx:xxxxxx@test.hyper.sh/ubuntu.tar.gz"
|
||||
|
||||
## dockerhub account
|
||||
export DOCKERHUB_EMAIL="xxx@xx.xx"
|
||||
export DOCKERHUB_USERNAME="xxx"
|
||||
export DOCKERHUB_PASSWD="xxx"
|
||||
Reference in New Issue
Block a user