lib/copy/generators/site/config.ru in copy-0.0.3 vs lib/copy/generators/site/config.ru in copy-0.0.4
- old
+ new
@@ -14,10 +14,10 @@
# If you're storing copy in a data store, you need a user and password
# set to protect it. Uncomment these and enter the credentials you want
# to use or set them as environment variables.
# Heroku friendly: http://devcenter.heroku.com/articles/config-vars
#
- # set :admin_user, ENV['COPY_USER']
+ # set :admin_username, ENV['COPY_USERNAME']
# set :admin_password, ENV['COPY_PASSWORD']
# Enter the URL to your data store.
# "redis://", "mongodb://", "mysql://", "postgres://", and "sqlite://" are supported.
# Heroku friendly: http://devcenter.heroku.com/articles/mongohq
\ No newline at end of file