# config/config.yml development: domain:duh.com perform_authentication: false test: domain:localhost perform_authentication: false production: domain:localhost perform_authentication: true username: admin password: secret