README.rdoc in wackamole-0.0.8 vs README.rdoc in wackamole-0.0.9

- old
+ new

@@ -47,15 +47,24 @@ You will need to give wackamole some information about your rackamole configuration. In order to do so create a .wackamole directory in your home directory and create a file wackamole.yml. You will need to specify the envs, host and ports specific to your configuration, but here is a sample. - wackamole.yml + wackamole.yml + + # New ! Optionally you can specify login name and password for the Wackamole web app. + console_auth: &auth + auth: + user: admin + password: admin + development: - host: localhost - port: 27017 + <<: *auth + host: localhost + port: 27017 beta: + <<: *auth host: beta_host_name port: 27017 user: bobo password: secret \ No newline at end of file