comment references to the bushido stub gem
This commit is contained in:
parent
ef7ac0e721
commit
c68817c8c7
2
Gemfile
2
Gemfile
@ -45,7 +45,7 @@ end
|
|||||||
group :test, :development do
|
group :test, :development do
|
||||||
gem 'ruby-debug', :platforms => :mri_18
|
gem 'ruby-debug', :platforms => :mri_18
|
||||||
gem 'ruby-debug19', :platforms => :mri_19
|
gem 'ruby-debug19', :platforms => :mri_19
|
||||||
gem 'bushido_stub', :path => '../gems/bushido_stub'
|
# gem 'bushido_stub', :path => '../gems/bushido_stub'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
@ -30,11 +30,10 @@ Locomotive::Application.configure do
|
|||||||
|
|
||||||
# set up the bushido stub (uncomment it)
|
# set up the bushido stub (uncomment it)
|
||||||
# config.bushido_stub_env = false
|
# config.bushido_stub_env = false
|
||||||
|
# config.bushido_stub_env = {
|
||||||
config.bushido_stub_env = {
|
# 'APP_TLD' => 'bushi.do',
|
||||||
'APP_TLD' => 'bushi.do',
|
# 'BUSHIDO_APP' => 'san_francisco',
|
||||||
'BUSHIDO_APP' => 'san_francisco',
|
# 'BUSHIDO_HOST' => 'bushi.do',
|
||||||
'BUSHIDO_HOST' => 'bushi.do',
|
# 'LOCOMOTIVE_SITE_NAME' => 'Locomotive TEST'
|
||||||
'LOCOMOTIVE_SITE_NAME' => 'Locomotive TEST'
|
# }
|
||||||
}
|
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user