Removed comment buzz, this is needed to make webrick, generator and friends happy.

git-svn-id: file:///home/svn/framework3/trunk@3937 4d416f70-5f16-0410-b530-b9f4589650da
unstable
lmh 2006-09-24 01:38:49 +00:00
parent 0ed81dd65d
commit f71e7083e9
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +1,3 @@
# MySQL (default setup). Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
# gem install mysql
# On MacOS X:
# gem install mysql -- --include=/usr/local/lib
# On Windows:
# There is no gem for Windows. Install mysql.so from RubyForApache.
# http://rubyforge.org/projects/rubyforapache
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development: development:
adapter: mysql adapter: mysql
database: msfweb_development database: msfweb_development
@ -17,9 +5,6 @@ development:
password: password:
host: localhost host: localhost
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test: test:
adapter: mysql adapter: mysql
database: msfweb_test database: msfweb_test