Files
metasploit-gs/data/msfweb/config/database.yml
T
lmh f71e7083e9 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
2006-09-24 01:38:49 +00:00

21 lines
311 B
YAML

development:
adapter: mysql
database: msfweb_development
username: root
password:
host: localhost
test:
adapter: mysql
database: msfweb_test
username: root
password:
host: localhost
production:
adapter: mysql
database: msfweb_production
username: root
password:
host: localhost