Skip to content

Instantly share code, notes, and snippets.

@n1zyy
Created October 20, 2011 14:55
Show Gist options
  • Save n1zyy/1301347 to your computer and use it in GitHub Desktop.
Save n1zyy/1301347 to your computer and use it in GitHub Desktop.
Sample Conductor settings.yml
:default_deltacloud_url: http://localhost:3002/api
:auth:
# supported strategies: database, ldap
:strategy: database
:ldap:
:host: localhost
# '%s' expression in username_dn string will be replaced
# by user's login
# username_dn: "deltacloud\%s"
:username_dn: uid=%s,ou=People,dc=my-domain,dc=com
# :port: 389
:iwhd:
:url: http://localhost:9090
:oauth:
:consumer_key: user
:consumer_secret: password
:imagefactory:
:url: https://localhost:8075/imagefactory
# :oauth:
# :consumer_key: consumer_key_here
# :consumer_secret: consumer_secret_here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment