mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 08:11:56 +02:00
little copy changes
This commit is contained in:
parent
97fff828d7
commit
7b83db26e3
7 changed files with 25 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue