metasploit-framework/docker/database.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
92 B
YAML
Raw Normal View History

2018-10-22 04:30:01 +08:00
development: &pgsql
url: <%= ENV['DATABASE_URL'] %>
production: &production
<<: *pgsql