Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created September 10, 2012 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/3693163 to your computer and use it in GitHub Desktop.
Save astrotars/3693163 to your computer and use it in GitHub Desktop.
DB1_HOST="localhost"
export DB1_HOST
DB1_PORT="3306"
export DB1_PORT
DB1_NAME="bertha"
export DB1_NAME
DB1_USER="root"
export DB1_USER
DB1_PASS="root"
export DB1_PASS
CACHE1_HOST="localhost"
export CACHE1_HOST
CACHE1_PORT="6379"
export CACHE1_PORT
QUEUE="default"
export QUEUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment