lib/copy/generators/site/config.ru in copy-0.0.4 vs lib/copy/generators/site/config.ru in copy-0.0.41

- old
+ new

@@ -14,11 +14,11 @@ # 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_username, ENV['COPY_USERNAME'] - # set :admin_password, ENV['COPY_PASSWORD'] + # set :copy_username, ENV['COPY_USERNAME'] + # set :copy_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