Files
metasploit-gs/data/msfweb/config/database.yml
T

21 lines
311 B
YAML
Raw Normal View History

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