Skip to content

Commit

Permalink
Remove local config
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Mar 16, 2009
1 parent d1cf131 commit 504f98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environment.rb
Expand Up @@ -25,14 +25,14 @@
# config.gem "bj"
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "aws-s3", :lib => "aws/s3"
config.gem "authlogic"
#config.gem "authlogic"

# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.
# :all can be used as a placeholder for all plugins not explicitly named
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
#config.plugin_paths += ["#{RAILS_ROOT}/../../Libs"]
#config.plugins = [:authlogic, :open_id_authentication]
#config.plugins = [:authlogic]

# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{RAILS_ROOT}/extras )
Expand Down

0 comments on commit 504f98f

Please sign in to comment.