little copy changes

This commit is contained in:
Kyle Drake 2015-03-06 14:14:59 -05:00
parent 97fff828d7
commit 7b83db26e3
7 changed files with 25 additions and 9 deletions

View file

@ -131,3 +131,9 @@ if ENV['RACK_ENV'] != 'development'
# Sass::Plugin.options[:never_update] = true
Sass::Plugin.options[:full_exception] = false
end
Namecheap.configure do |config|
config.key = $config['namecheap_api_key']
config.username = $config['namecheap_api_username']
config.client_ip = '67.139.65.163'
end