Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 0a7cd64193267478703f8486d60e235b > files > 1

rubygem-openshift-origin-auth-mongo-1.5.1-2.fc18.noarch.rpm

# Settings related to the MongoDB variant of an OpenShift auth plugin

# The host:port for your MongoDB server
MONGO_HOST_PORT="localhost:27017"

# The user to connect to your MongoDB
MONGO_USER="openshift"

# The password to connect to your MongoDB
MONGO_PASSWORD="mooo"

# The database within your MongoDB to use for auth
MONGO_DB="openshift_broker_dev"