From 7a3f7bc2dd1cd89cb69a4b6f0f1e38859535891d Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Sat, 8 Nov 2008 19:55:13 +0000 Subject: [PATCH] fix accidental commit of local config changes --- config/database.yml | 6 +++--- config/environment.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/database.yml b/config/database.yml index 09c9dbe6b..cc3f9a1a5 100644 --- a/config/database.yml +++ b/config/database.yml @@ -12,9 +12,9 @@ # http://dev.mysql.com/doc/refman/5.0/en/old-client.html development: adapter: mysql - database: osm - username: osm - password: osm + database: openstreetmap + username: openstreetmap + password: openstreetmap host: localhost encoding: utf8 diff --git a/config/environment.rb b/config/environment.rb index 2c9e4803c..171bb6fc8 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -60,7 +60,7 @@ Rails::Initializer.run do |config| # Force all environments to use the same logger level # (by default production uses :info, the others :debug) - config.log_level = :debug + # config.log_level = :debug # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! -- 2.43.2