* Default to using the auth.curoverse.com SSO server. Add instructions
authorWard Vandewege <ward@curoverse.com>
Sun, 3 Aug 2014 21:23:14 +0000 (23:23 +0200)
committerWard Vandewege <ward@curoverse.com>
Sun, 3 Aug 2014 21:23:14 +0000 (23:23 +0200)
commit3862ce78fd0541199053efb9c25ea2d6e09223f7
treee02dc99e82c015631763f6006e61504a76e31b80
parent4aea5131a87f375285210d9ccde2470cfeac5876
* Default to using the auth.curoverse.com SSO server. Add instructions
in config.yml.example for using a local SSO server.

* Do not prepopulate the config.yml file generated by build.sh with
random values for _PW and _SECRET variables, let config.rb deal with
that at build time.

* Make config.rb a bit more robust in choosing those values for _PW and
_SECRET by not depending on any particular key order in the config Hash.

refs #3363
docker/build_tools/build.rb
docker/build_tools/config.rb
docker/config.yml.example